Méthode | Description | |
---|---|---|
JavaScriptReader ( TextReader reader ) : System.Collections.Generic | ||
Read ( ) : object |
Méthode | Description | |
---|---|---|
Expect ( char expected ) : void | ||
Expect ( string expected ) : void | ||
JsonError ( string msg ) : Exception | ||
PeekChar ( ) : int | ||
ReadChar ( ) : int | ||
ReadCore ( ) : object | ||
ReadNumericLiteral ( ) : object | ||
ReadStringLiteral ( ) : string | ||
SkipSpaces ( ) : void |
public JavaScriptReader ( TextReader reader ) : System.Collections.Generic | ||
reader | TextReader | |
Résultat | System.Collections.Generic |