Метод | Описание | |
---|---|---|
IsValidFirstCharacterOfCSharpName ( char firstChar ) : bool | ||
IsValidMidCharacterOfCSharpName ( char firstChar ) : bool | ||
MoveNext ( uint increment = 1 ) : void | ||
NumberFromText ( string numberText ) : |
||
NumberFromText ( string numberText, bool decimalPeriodSeen ) : |
||
ReadEnumerationValue ( |
||
ReadEscapedCharacter ( ) : char | ||
ReadNumber ( ) : |
||
ReadQuotedString ( ) : string | ||
ReadTextUntil ( ) : string | ||
ReadTextUntilWhitespaceOr ( ) : string | ||
ReadUnsignedInteger ( ) : uint | ||
ReadValidCSharpName ( ) : string | ||
ReadValue ( ) : object | ||
Reset ( string textToParse ) : void | ||
SafePeekString ( int length ) : string | ||
SkipWhitespace ( ) : void | ||
SkipWhitespaceAndCharacters ( ) : void | ||
SkipWhitespaceAndCharacters ( bool>.Dictionary |
||
SkipWhitespaceAndCharacters ( IEnumerable |
||
TestKeywordInPeekString ( string uppercaseKeyword, string peekString ) : bool | ||
TryReadBoolean ( bool &booleanValue ) : bool | ||
TryReadNull ( ) : bool | ||
TryReadValue ( AllowNonQuotedText allowNonQuotedText, object &value ) : bool |
Метод | Описание | |
---|---|---|
IsWhiteSpaceOrCharacter ( char charToTest, bool>.Dictionary |
||
IsWhiteSpaceOrCharacter ( char charToTest, IEnumerable |
||
ReadFourDigitUnicodeCharacter ( ) : char | ||
ReadNDigits ( int count ) : string |
protected IsValidFirstCharacterOfCSharpName ( char firstChar ) : bool | ||
firstChar | char | |
Результат | bool |
protected IsValidMidCharacterOfCSharpName ( char firstChar ) : bool | ||
firstChar | char | |
Результат | bool |
protected MoveNext ( uint increment = 1 ) : void | ||
increment | uint | |
Результат | void |
protected NumberFromText ( string numberText ) : |
||
numberText | string | |
Результат |
protected NumberFromText ( string numberText, bool decimalPeriodSeen ) : |
||
numberText | string | |
decimalPeriodSeen | bool | |
Результат |
protected ReadEnumerationValue ( |
||
enumerationType | ||
ignoreCase | bool | |
Результат | object |
protected ReadTextUntilWhitespaceOr ( ) : string | ||
Результат | string |
protected Reset ( string textToParse ) : void | ||
textToParse | string | |
Результат | void |
protected SafePeekString ( int length ) : string | ||
length | int | |
Результат | string |
protected SkipWhitespaceAndCharacters ( ) : void | ||
Результат | void |
protected SkipWhitespaceAndCharacters ( bool>.Dictionary |
||
toSkip | bool>.Dictionary | |
Результат | void |
protected SkipWhitespaceAndCharacters ( IEnumerable |
||
toSkip | IEnumerable |
|
Результат | void |
protected TestKeywordInPeekString ( string uppercaseKeyword, string peekString ) : bool | ||
uppercaseKeyword | string | |
peekString | string | |
Результат | bool |
protected TryReadBoolean ( bool &booleanValue ) : bool | ||
booleanValue | bool | |
Результат | bool |
protected TryReadValue ( AllowNonQuotedText allowNonQuotedText, object &value ) : bool | ||
allowNonQuotedText | AllowNonQuotedText | |
value | object | |
Результат | bool |