[]
Initializes a new instance of the ComArray<T> class.
public ComArray(params T[] array)
Type | Name | Description |
---|---|---|
T[] | array | The array. |
Initializes a new instance of the ComArray<T> class.
public ComArray(int size)
Type | Name | Description |
---|---|---|
int | size | The size. |