ArrayBuilder(IType)
Initializes a new instance of the ArrayBuilder class where the item type is a given IType.
Declaration
public ArrayBuilder(IType itemType)Parameters
| Type | Name | Description |
|---|---|---|
| IType | itemType | The type of items in the array. |
ArrayBuilder(Type)
Initializes a new instance of the ArrayBuilder class where the item type is a given Type.
Declaration
public ArrayBuilder(Type itemType)Parameters
| Type | Name | Description |
|---|---|---|
| Type | itemType | The reflection type of items in the array. |
ArrayBuilder()
Initializes a new instance of the ArrayBuilder class where the item type is a object.
Declaration
public ArrayBuilder()