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

Parameters

argumentType
Type: SystemType

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

See Also