[This is preliminary documentation and is subject to change.]

The JsonTextReader type exposes the following members.

Methods

  NameDescription
Close
Changes the state to closed.
(Overrides JsonReader..::.Close()()().)
Dispose
Releases unmanaged and - optionally - managed resources
(Inherited from JsonReader.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HasLineInfo
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Read
Reads the next Json token from the stream.
(Overrides JsonReader..::.Read()()().)
SetStateBasedOnCurrent
Sets the state based on current token type.
(Inherited from JsonReader.)
SetTokenOverloaded.
Skip
Skips the children of the current token.
(Inherited from JsonReader.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Explicit Interface Implementations

  NameDescription
IDisposable..::.Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from JsonReader.)

See Also

JsonTextReader Class
Facebook.Json Namespace