RefCountedDisposableDispose Method (Boolean) |
Performs the actual disposale
Namespace:
Couchbase.Lite.Util
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
Syntaxprotected abstract void Dispose(
bool disposing
)
Parameters
- disposing
- Type: SystemBoolean
Whether or not this method is being called from
inside Dispose (vs the finalizer)
See Also