Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json
JsonTextReader Class
JsonTextReader Methods
Close Method
HasLineInfo Method
Read Method
ReadAsBoolean Method
ReadAsBooleanAsync Method
ReadAsBytes Method
ReadAsBytesAsync Method
ReadAsDateTime Method
ReadAsDateTimeAsync Method
ReadAsDateTimeOffset Method
ReadAsDateTimeOffsetAsync Method
ReadAsDecimal Method
ReadAsDecimalAsync Method
ReadAsDouble Method
ReadAsDoubleAsync Method
ReadAsInt32 Method
ReadAsInt32Async Method
ReadAsString Method
ReadAsStringAsync Method
ReadAsync Method
JsonTextReader
Close Method
Changes the reader's state to
Closed
. If
CloseInput
is set to
true
, the underlying
TextReader
is also closed.
Namespace:
Newtonsoft.Json
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
override
void
Close
()
See Also
Reference
JsonTextReader Class
Newtonsoft.Json Namespace
Json.NET Home