ISplitIterator.reset

Sets the content string to split on next iteration.

class ISplitIterator
typeof(this)
reset
(
cstring content = null
)

Parameters

content cstring

Content string to split; pass null to clear the content. content will be sliced (not copied).

Return Value

Type: typeof(this)

this instance

Meta