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