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