MonitoredArrayTMoveNext Method

Advances the enumerator to the next element of the collection.

Definition

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

Return Value

Boolean
if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection.

Implements

IEnumeratorMoveNext

Exceptions

InvalidOperationExceptionThe collection was modified after the enumerator was created.

See Also