Bearbeiten

TransformCollection.Enumerator.Reset Method

Definition

Resets the enumerator to its initial position, which is before the first item in the TransformCollection.

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

Implements

Exceptions

The TransformCollection was modified after the enumerator was created.

Applies to

See also