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 |
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 |
ArrayBuilder()
Initializes a new instance of the ArrayBuilder class where the item type is a object.
Declaration
public ArrayBuilder()