Click or drag to resize
ArgumentReference Constructor
Initializes a new instance of the ArgumentReference 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 ArgumentReference(
	Type argumentType
)

Parameters

argumentType
Type: SystemType

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

See Also