Click or drag to resize
ConvertExpression Constructor (Type, Type, Expression)
Initializes a new instance of the ConvertExpression 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 ConvertExpression(
	Type targetType,
	Type fromType,
	Expression right
)

Parameters

targetType
Type: SystemType

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

fromType
Type: SystemType

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

right
Type: X3Platform.DynamicProxy.Builder.CodeBuilder.SimpleASTExpression

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

See Also