![]() | JTokenReader Methods |
The JTokenReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close | (Inherited from JsonReader.) |
![]() | 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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Read |
Reads the next JSON token from the underlying JToken.
(Overrides JsonReaderRead.) |
![]() | ReadAsBoolean | (Inherited from JsonReader.) |
![]() | ReadAsBooleanAsync | (Inherited from JsonReader.) |
![]() | ReadAsBytes |
Reads the next JSON token from the source as a Byte[].
(Inherited from JsonReader.) |
![]() | ReadAsBytesAsync |
Asynchronously reads the next JSON token from the source as a Byte[].
(Inherited from JsonReader.) |
![]() | ReadAsDateTime | (Inherited from JsonReader.) |
![]() | ReadAsDateTimeAsync | (Inherited from JsonReader.) |
![]() | ReadAsDateTimeOffset |
Reads the next JSON token from the source as a NullableT of DateTimeOffset.
(Inherited from JsonReader.) |
![]() | ReadAsDateTimeOffsetAsync |
Asynchronously reads the next JSON token from the source as a NullableT of DateTimeOffset.
(Inherited from JsonReader.) |
![]() | ReadAsDecimal | (Inherited from JsonReader.) |
![]() | ReadAsDecimalAsync | (Inherited from JsonReader.) |
![]() | ReadAsDouble | (Inherited from JsonReader.) |
![]() | ReadAsDoubleAsync | (Inherited from JsonReader.) |
![]() | ReadAsInt32 | (Inherited from JsonReader.) |
![]() | ReadAsInt32Async | (Inherited from JsonReader.) |
![]() | ReadAsString |
Reads the next JSON token from the source as a String.
(Inherited from JsonReader.) |
![]() | ReadAsStringAsync |
Asynchronously reads the next JSON token from the source as a String.
(Inherited from JsonReader.) |
![]() | ReadAsync |
Asynchronously reads the next JSON token from the source.
(Inherited from JsonReader.) |
![]() | SetStateBasedOnCurrent |
Sets the state based on current token type.
(Inherited from JsonReader.) |
![]() | SetToken(JsonToken) |
Sets the current token.
(Inherited from JsonReader.) |
![]() | SetToken(JsonToken, Object) |
Sets the current token and value.
(Inherited from JsonReader.) |
![]() | SetToken(JsonToken, Object, Boolean) |
Sets the current token and value.
(Inherited from JsonReader.) |
![]() | Skip |
Skips the children of the current token.
(Inherited from JsonReader.) |
![]() | SkipAsync |
Asynchronously skips the children of the current token.
(Inherited from JsonReader.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |