Method | Description | |
---|---|---|
Abort ( ) : void | ||
Iterate ( string value ) : IEnumerable |
||
StateIs ( |
Method | Description | |
---|---|---|
ShouldYield ( char currentChar ) : bool |
public Iterate ( string value ) : IEnumerable |
||
value | string | |
return | IEnumerable |
protected ShouldYield ( char currentChar ) : bool | ||
currentChar | char | |
return | bool |
public StateIs ( |
||
expectedState | ||
return | bool |