Click or drag to resize
NewArrayExpression Constructor
Initializes a new instance of the NewArrayExpression class

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public NewArrayExpression(
	int size,
	Type arrayType
)

Parameters

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.NewArrayExpression.#ctor(System.Int32,System.Type)"]

arrayType
Type: SystemType

[Missing <param name="arrayType"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleAST.NewArrayExpression.#ctor(System.Int32,System.Type)"]

See Also