XamlIlAstRuntimeCastNode.

XamlIlAstRuntimeCastNode(IXamlIlLineInfo, IXamlIlAstValueNode, IXamlIlAstTypeReference) Constructor

Namespace
XamlIl.Ast
Containing Type
XamlIlAstRuntimeCastNode

Syntax

public XamlIlAstRuntimeCastNode(IXamlIlLineInfo lineInfo, IXamlIlAstValueNode value, IXamlIlAstTypeReference castTo)

Parameters

Name Type Description
lineInfo IXamlIlLineInfo
value IXamlIlAstValueNode
castTo IXamlIlAstTypeReference

Return Value

Type Description
void