Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
DontStop ( ) : void |
Unset the characters where we should stop.
|
|
Next ( ) : void |
Move to the next character in the parse stream.
|
|
Next ( bool dropLastNewLine ) : void |
Move to the next character in the parse stream.
|
|
ParseStream ( TextReader stream ) : System |
Constructor
|
|
StartLiteral ( ) : void |
Start parsing literal
|
|
StopAt ( Array characters ) : void |
Set the characters where we should stop.
|
|
StopAt ( char characters ) : void |
Set the characters where we should stop.
|
|
StopLiteral ( ) : void |
Stop parsing literal
|
public Next ( bool dropLastNewLine ) : void | ||
dropLastNewLine | bool | |
Результат | void |
public ParseStream ( TextReader stream ) : System | ||
stream | TextReader | |
Результат | System |