ResolvedPropertyElementAssignment Class

Definition

public sealed record ResolvedPropertyElementAssignment(string PropertyName, string? ClrPropertyOwnerTypeName, string? ClrPropertyTypeName, bool IsCollectionAdd, bool IsDictionaryMerge, ImmutableArray<ResolvedObjectNode> ObjectValues, int Line, int Column, ConditionalXamlExpression? Condition = null, ResolvedFrameworkPropertyPayload? FrameworkPayload = null, bool PreserveBindingValue = false, ImmutableArray<ResolvedCollectionAddInstruction> CollectionAddInstructions = default(ImmutableArray<ResolvedCollectionAddInstruction>)) : IEquatable<ResolvedPropertyElementAssignment>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (2)

Properties (15)

Methods (3)