XamlPropertyAssignmentNode.

XamlPropertyAssignmentNode(IXamlLineInfo, XamlAstClrProperty, IEnumerable<IXamlPropertySetter>, IEnumerable<IXamlAstValueNode>) Constructor

Namespace
XamlX.Ast
Containing Type
XamlPropertyAssignmentNode

Syntax

public XamlPropertyAssignmentNode(IXamlLineInfo lineInfo, XamlAstClrProperty property, IEnumerable<IXamlPropertySetter> setters, IEnumerable<IXamlAstValueNode> values)

Parameters

Name Type Description
lineInfo IXamlLineInfo
property XamlAstClrProperty
setters IEnumerable<IXamlPropertySetter>
values IEnumerable<IXamlAstValueNode>

Return Value

Type Description
void