[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Sets the enumerator to its initial position, which is before the first element in the collection.
Namespace: net.esper.collection
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub Reset |
C# |
---|
public virtual void Reset () |
Visual C++ |
---|
public: virtual void Reset () |
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | The collection was modified after the enumerator was created. |