Method YyCharAt
YyCharAt(Int32)
Returns the character at position pos
from the
matched text.
It is equivalent to YyText[pos], but faster
Declaration
public char YyCharAt(int pos)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pos | the position of the character to fetch. A value from 0 to YyLength-1. |
Returns
Type | Description |
---|---|
System.Char | the character at position pos |