Click or drag to resize

NullEnumeratorT Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.NullEnumerator`1"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.collectionsNullEnumeratorT

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class NullEnumerator<T> : IEnumerator, 
	IDisposable, IEnumerator

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.collections.NullEnumerator`1"]

The NullEnumeratorT type exposes the following members.

Constructors
  NameDescription
Public methodNullEnumeratorT
Initializes a new instance of the NullEnumeratorT class
Top
Properties
  NameDescription
Public propertyCurrent
Gets the current element in the collection.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodMoveNext
Advances the enumerator to the next element of the collection.
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.
Top
Fields
  NameDescription
Public fieldStatic memberSingleton
Top
Extension Methods
See Also