Method Following
Following(Int32)
Sets the iterator to refer to the first boundary position following the specified position.
Declaration
public override int Following(int offset)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offset | The position from which to begin searching for a break position. |
Returns
Type | Description |
---|---|
System.Int32 | The position of the first break after the current position. |