Releases unmanaged and - optionally - managed resources

Declaration Syntax
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)