MonitoredArrayTCurrent Property

Gets the element in the collection at the current position of the enumerator.

Definition

Namespace: NorthLab.PrefabDrawer
Assembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
public Object Current { get; }

Return Value

Object
The element in the collection at the current position of the enumerator.

Implements

IEnumeratorCurrent

See Also