ResolvedObjectNode(String?, String?, String, Boolean, String?, ResolvedValueRequirements, Boolean, Boolean, ImmutableArray, ImmutableArray, ImmutableArray, ImmutableArray, ResolvedChildAttachmentMode, String?, Int32, Int32, ConditionalXamlExpression?, ImmutableArray, ResolvedObjectNodeSemanticFlags) Constructor

Definition

Assembly XamlToCSharpGenerator.Core.dll
public 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)

Parameters

KeyExpression
String
Name
String
TypeName
String
IsBindingObjectNode
Boolean
FactoryExpression
String
FactoryValueRequirements
ResolvedValueRequirements
UseServiceProviderConstructor
Boolean
UseTopDownInitialization
Boolean
ChildAttachmentMode
ResolvedChildAttachmentMode
ContentPropertyName
String
Line
Int32
Column
Int32