[This is preliminary documentation and is subject to change.]

Releases unmanaged and - optionally - managed resources

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
protected virtual void Dispose(
	bool disposing
)
Visual Basic (Declaration)
Protected Overridable Sub Dispose ( _
	disposing As Boolean _
)
Visual C++
protected:
virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System..::.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also

JsonReader Class
Facebook.Json Namespace