GeneralTransform3DCollection.Enumerator.Reset Method

Definition

Resets the enumerator to its initial position, which is before the first element in the collection.

public:
 virtual void Reset();
public void Reset ();
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Public Sub Reset ()

Implements

Remarks

Reset is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to