| Couchbase.Lite.Util Namespace | 
 Classes
Classes| Class | Description | |
|---|---|---|
|  | Extensions | 
            A collection of helpful extensions
             | 
|  | RefCountedDisposable | 
            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
             |