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

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
JavaScriptReader ( TextReader reader ) : System.Collections.Generic
Read ( ) : object

Private Methods

Method 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 method

public JavaScriptReader ( TextReader reader ) : System.Collections.Generic
reader TextReader
return System.Collections.Generic

Read() public method

public Read ( ) : object
return object