Click or drag to resize

ReadOnlyDocumentDispose Method (Boolean)

Used for disposing this object

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true if disposing, false if finalizing
See Also