Click or drag to resize

Couchbase.Lite.Util Namespace

 
Classes
  ClassDescription
Public classExtensions
A collection of helpful extensions
Public classRefCountedDisposable
A utility base class that implements a referenced counted disposable object. This object can be retained by calls to Retain and must be Disposed an equal number of times, plus once more to balance the creation. Each call to dispose will decrement the reference count and the final call will perform the disposal