-
Home
-
API
-
XamlToCSharpGenerator.Core.Models
-
XamlPropertyElement
XamlPropertyElement Class
Definition
Show inherited members (7)
public sealed record XamlPropertyElement(string PropertyName, ImmutableArray<XamlObjectNode> ObjectValues, int Line, int Column, ConditionalXamlExpression? Condition = null, string? TextContent = null, string? RawTextContent = null) : IEquatable<XamlPropertyElement>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Constructors (1)
Properties (7)