Method Preceding
Preceding(Int32)
Sets the iterator to refer to the last boundary position before the specified position.
Declaration
public override int Preceding(int offset)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offset | The position to begin searching for a break from. |
Returns
Type | Description |
---|---|
System.Int32 | The position of the last boundary before the starting position. |