ResolvedObjectNode Class

Definition

public sealed record ResolvedObjectNode(string? KeyExpression, string? Name, string TypeName, bool IsBindingObjectNode, string? FactoryExpression, ResolvedValueRequirements FactoryValueRequirements, bool UseServiceProviderConstructor, bool UseTopDownInitialization, ImmutableArray<ResolvedPropertyAssignment> PropertyAssignments, ImmutableArray<ResolvedPropertyElementAssignment> PropertyElementAssignments, ImmutableArray<ResolvedEventSubscription> EventSubscriptions, ImmutableArray<ResolvedObjectNode> Children, ResolvedChildAttachmentMode ChildAttachmentMode, string? ContentPropertyName, int Line, int Column, ConditionalXamlExpression? Condition = null, ImmutableArray<ResolvedCollectionAddInstruction> ChildAddInstructions = default(ImmutableArray<ResolvedCollectionAddInstruction>), ResolvedObjectNodeSemanticFlags SemanticFlags = ResolvedObjectNodeSemanticFlags.None) : IEquatable<ResolvedObjectNode>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (19)

Methods (1)