Prefab Drawer API Documentation
C#
Show/Hide TOC
Monitored
Array
T
Count 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#
Copy
public
int
Count
{
get
; }
Return Value
Int32
The number of elements contained in the
ICollection
.
Implements
ICollection
Count
See Also
Reference
MonitoredArray
T
Class
NorthLab.PrefabDrawer Namespace
In This Article
Definition
Return Value
Implements
See Also