[]
        
(Showing Draft Content)

C1.Util.DX.ComArray-1.-ctor

ComArray Constructor

ComArray(params T[])

Initializes a new instance of the ComArray<T> class.

Declaration
public ComArray(params T[] array)
Parameters
Type Name Description
T[] array

The array.

ComArray(int)

Initializes a new instance of the ComArray<T> class.

Declaration
public ComArray(int size)
Parameters
Type Name Description
int size

The size.