|
Namespaces |
| namespace | ERY.AgateLib.Utility |
Classes |
| class | ERY.AgateLib.Utility.RefCounter< T > |
| | Class which implements a reference counter around a Disposable object. The object is disposed when the reference count drops to zero. This class should not be used directly, instead use the Ref<T> structure. More...
|
| struct | ERY.AgateLib.Utility.Ref< T > |
| | A structure which is used for copying RefCounter<T> around. In order to make sure reference counters are updated correctly, never use the equals operator with this object. Always create a new one and pass the old one to the constructor. More...
|