Dispose Method (disposing)

Json.NET

Json.NET - Quick Starts & API Documentation Dispose Method (disposing)
NamespacesNewtonsoft.JsonJsonReaderDispose(Boolean)
Releases unmanaged and - optionally - managed resources
Declaration Syntax
C# Visual Basic Visual 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: 4.5.0.0 (4.5.6.14930)