StringSegment.Redirect method (1 of 3)

Returns a new StringSegment with the same owner string.

public StringSegment Redirect(Capture capture)
parameter description
capture The Capture to represent.

Return Value

A new segment with the same owner string.

See Also


StringSegment.Redirect method (2 of 3)

Returns a new StringSegment with the same owner string.

public StringSegment Redirect(int offset)
parameter description
offset Offset of the new string segment.

Return Value

A new segment with the same owner string.

See Also


StringSegment.Redirect method (3 of 3)

Returns a new StringSegment with the same owner string.

public StringSegment Redirect(int offset, int length)
parameter description
offset Offset of the new string segment.
length Length of the new string segment.

Return Value

A new segment with the same owner string.

See Also