XamlObjectNode Class

Definition

public sealed record XamlObjectNode(string XmlNamespace, string XmlTypeName, string? Key, string? Name, string? FieldModifier, string? DataType, bool? CompileBindings, string? FactoryMethod, ImmutableArray<string> TypeArguments, string? ArrayItemType, ImmutableArray<XamlObjectNode> ConstructorArguments, string? TextContent, ImmutableArray<XamlPropertyAssignment> PropertyAssignments, ImmutableArray<XamlObjectNode> ChildObjects, ImmutableArray<XamlPropertyElement> PropertyElements, int Line, int Column, ConditionalXamlExpression? Condition = null, string? RawTextContent = null, bool? IsShared = default(bool? )) : IEquatable<XamlObjectNode>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (20)