Click or drag to resize

Disposer Class

A collection of IDisposable.
Inheritance Hierarchy
SystemObject
  Demo3D.CommonDisposer

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntax
C#
public class Disposer : IDisposable

The Disposer type exposes the following members.

Constructors
  NameDescription
Public methodDisposer
Constructs an Disposer.
Top
Methods
  NameDescription
Public methodAdd
Add an IDisposable to the dispose list.
Top
See Also