Click or drag to resize

JsonReaderDispose Method

Releases the unmanaged resources used by the JsonReader and optionally releases the managed resources

Namespace:  Stimulsoft.Base.Json
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also