Click or drag to resize
TypeReference Constructor (Reference, 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(
	Reference owner,
	Type type
)

Parameters

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

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

type
Type: SystemType

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

See Also