MonitoredArrayTCount Property

Gets the number of elements contained in the ICollection.

Definition

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

Return Value

Int32
The number of elements contained in the ICollection.

Implements

ICollectionCount

See Also