Click or drag to resize

VoidDisposable Class

Does nothing
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatVoidDisposable

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class VoidDisposable : IDisposable

The VoidDisposable type exposes the following members.

Constructors
  NameDescription
Public methodVoidDisposable
Initializes a new instance of the VoidDisposable class
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Top
See Also