MonitoredArray<T>.Reset Method

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

Definition

Namespace: NorthLab.PrefabDrawer
Assembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
public void Reset()

Implements

IEnumerator.Reset()

Exceptions

InvalidOperationExceptionThe collection was modified after the enumerator was created.

See Also