MonitoredArrayT(MonitoredArrayT) Constructor

Constructor that shallow copies another array.

Definition

Namespace: NorthLab.PrefabDrawer
Assembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
public MonitoredArray(
	MonitoredArray<T> array
)

Parameters

array  MonitoredArrayT
Array to copy.

See Also