[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.eql.join.rep
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Reset |
C# |
---|
public void Reset () |
Visual C++ |
---|
public: virtual void Reset () sealed |
Exceptions
Exception | Condition |
---|---|
System.InvalidOperationException | The collection was modified after the enumerator was created. |