-
Home
-
API
-
XamlToCSharpGenerator.Core.Models
-
XamlPropertyElement
-
Constructors
-
XamlPropertyElement(String, ImmutableArray, Int32, Int32, ConditionalXamlExpression?, String?, String?)
XamlPropertyElement(String, ImmutableArray, Int32, Int32, ConditionalXamlExpression?, String?, String?) Constructor
Definition
public XamlPropertyElement(string PropertyName, ImmutableArray<XamlObjectNode> ObjectValues, int Line, int Column, ConditionalXamlExpression? Condition = null, string? TextContent = null, string? RawTextContent = null)
Parameters