Sets the enumerator to its initial position,
which is before the first element in the collection.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public void Reset()
Public Sub Reset
public: virtual void Reset() sealed
abstract Reset : unit -> unit override Reset : unit -> unit
Implements
IEnumerator..::..Reset()()()()
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | The collection was modified after the enumerator was created. |