C# Class System.Runtime.Serialization.Json.JavaScriptReader

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
JavaScriptReader ( TextReader reader ) : System.Collections.Generic
Read ( ) : object

Private Methods

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

Method Details

JavaScriptReader() public méthode

public JavaScriptReader ( TextReader reader ) : System.Collections.Generic
reader TextReader
Résultat System.Collections.Generic

Read() public méthode

public Read ( ) : object
Résultat object