Sets the enumerator to its initial position, which is before the first element in the collection.
Namespace: Com.Tibco.As.Space.BrowserAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract void Reset() |
Visual Basic |
---|
Public MustOverride Sub Reset |
Visual C++ |
---|
public: virtual void Reset() abstract |
F# |
---|
abstract Reset : unit -> unit |
Implements
IEnumerator..::..Reset()()()()Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | The collection was modified after the enumerator was created. |