Method Following
Following(Int32)
Returns the first boundary following the specified character offset. If the specified offset equals to the last text boundary, it returns DONE and the iterator's current position is unchanged. Otherwise, the iterator's current position is set to the returned boundary. The value returned is always greater than the offset or the value DONE.
Declaration
public abstract int Following(int offset)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offset | the character offset to begin scanning. |
Returns
Type | Description |
---|---|
System.Int32 | The first boundary after the specified offset or DONE if the last text boundary is passed in as the offset. |