Click or drag to resize
LoadRefArrayElementExpression Constructor (Int32, Reference)
Initializes a new instance of the LoadRefArrayElementExpression 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 LoadRefArrayElementExpression(
	int index,
	Reference arrayReference
)

Parameters

index
Type: SystemInt32

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

arrayReference
Type: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTReference

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

See Also