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

Parameters

type
Type: SystemType

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

See Also