Implementation of IDisposable. Override the methods DisposeManaged or DisposeUnmanaged.

Namespace: VVVV.Utils
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public abstract class Disposable : IDisposable

Inheritance Hierarchy

System..::..Object
  VVVV.Utils..::..Disposable

See Also