MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​Syntax­BuildersArray­BuilderArray­Builder
Open sandboxFocus

ArrayBuilder Constructor

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 System.Type.

Declaration
public ArrayBuilder(Type itemType)
Parameters
Type Name Description
System.Type itemType

ArrayBuilder()

Initializes a new instance of the ArrayBuilder class where the item type is a System.Object.

Declaration
public ArrayBuilder()