Json.NET - Quick Starts & API Documentation
Dispose Method (disposing)
NamespacesNewtonsoft.JsonJsonReaderDispose(Boolean)
Releases unmanaged and - optionally - managed resources
Declaration Syntax
C#Visual BasicVisual C++
protected virtual void Dispose(
	bool disposing
)
Protected Overridable Sub Dispose ( _
	disposing As Boolean _
)
protected:
virtual void Dispose(
	bool disposing
)
Parameters
disposing (Boolean)
true to release both managed and unmanaged resources; false to release only unmanaged resources.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 2.0.0.0 (2.0.0.0)