XamlAstTextNode.

XamlAstTextNode(IXamlLineInfo, string, IXamlType) Constructor

Namespace
XamlX.Ast
Containing Type
XamlAstTextNode

Syntax

public XamlAstTextNode(IXamlLineInfo lineInfo, string text, IXamlType type = null)

Parameters

Name Type Description
lineInfo IXamlLineInfo
text string
type IXamlType

Return Value

Type Description
void