XamlAstRuntimeCastNode.

XamlAstRuntimeCastNode(IXamlLineInfo, IXamlAstValueNode, IXamlAstTypeReference) Constructor

Namespace
XamlX.Ast
Containing Type
XamlAstRuntimeCastNode

Syntax

public XamlAstRuntimeCastNode(IXamlLineInfo lineInfo, IXamlAstValueNode value, IXamlAstTypeReference castTo)

Parameters

Name Type Description
lineInfo IXamlLineInfo
value IXamlAstValueNode
castTo IXamlAstTypeReference

Return Value

Type Description
void