@@ -70,7 +70,7 @@ public partial class AllocationUsage : IAllocationUsage
7070 [ RedefinedProperty ( propertyName : "_18_5_3_12e503d9_1533160674969_376003_43216" ) ]
7171 [ RedefinedByProperty ( "IConnectionUsage.ConnectionDefinition" ) ]
7272 [ Implements ( implementation : "IConnector.Association" ) ]
73- List < Guid > Kernel . Connectors . IConnector . association => ( ( SysML2 . NET . Core . DTO . Systems . Connections . IConnectionUsage ) this ) . connectionDefinition ;
73+ List < Guid > Kernel . Connectors . IConnector . association => [ .. ( ( SysML2 . NET . Core . DTO . Systems . Connections . IConnectionUsage ) this ) . connectionDefinition ] ;
7474
7575 /// <summary>
7676 /// The Feature that are chained together to determine the values of this Feature, derived from the
@@ -94,7 +94,7 @@ public partial class AllocationUsage : IAllocationUsage
9494 [ RedefinedProperty ( propertyName : "_18_5_3_12e503d9_1533160674983_471497_43284" ) ]
9595 [ RedefinedByProperty ( "IAllocationUsage.AllocationDefinition" ) ]
9696 [ Implements ( implementation : "IConnectionUsage.ConnectionDefinition" ) ]
97- List < Guid > Systems . Connections . IConnectionUsage . connectionDefinition => this . allocationDefinition ;
97+ List < Guid > Systems . Connections . IConnectionUsage . connectionDefinition => [ .. this . allocationDefinition ] ;
9898
9999 /// <summary>
100100 /// The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector.
@@ -151,7 +151,7 @@ public partial class AllocationUsage : IAllocationUsage
151151 [ RedefinedProperty ( propertyName : "_18_5_3_12e503d9_1533160674969_376003_43216" ) ]
152152 [ RedefinedByProperty ( "IOccurrenceUsage.OccurrenceDefinition" ) ]
153153 [ Implements ( implementation : "IUsage.Definition" ) ]
154- List < Guid > Systems . DefinitionAndUsage . IUsage . definition => this . occurrenceDefinition ;
154+ List < Guid > Systems . DefinitionAndUsage . IUsage . definition => [ .. this . occurrenceDefinition ] ;
155155
156156 /// <summary>
157157 /// The interpretations of a Type with differencingTypes are asserted to be those of the first of those
@@ -215,7 +215,7 @@ public partial class AllocationUsage : IAllocationUsage
215215 [ SubsettedProperty ( propertyName : "_18_5_3_12e503d9_1533160674959_326391_43166" ) ]
216216 [ RedefinedByProperty ( "IConnector.ConnectorEnd" ) ]
217217 [ Implements ( implementation : "IType.EndFeature" ) ]
218- List < Guid > Core . Types . IType . endFeature => this . connectorEnd ;
218+ List < Guid > Core . Types . IType . endFeature => [ .. this . connectorEnd ] ;
219219
220220 /// <summary>
221221 /// The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an
@@ -1098,7 +1098,7 @@ bool Core.Features.IFeature.IsVariable
10981098 [ Property ( xmiId : "_18_5_3_12e503d9_1533160674961_132339_43177" , aggregation : AggregationKind . None , lowerValue : 0 , upperValue : int . MaxValue , isOrdered : true , isReadOnly : false , isDerived : true , isDerivedUnion : false , isUnique : false , defaultValue : null ) ]
10991099 [ RedefinedByProperty ( "IConnector.RelatedFeature" ) ]
11001100 [ Implements ( implementation : "IRelationship.RelatedElement" ) ]
1101- List < Guid > Root . Elements . IRelationship . relatedElement => this . relatedFeature ;
1101+ List < Guid > Root . Elements . IRelationship . relatedElement => [ .. this . relatedFeature ] ;
11021102
11031103 /// <summary>
11041104 /// The Features that are related by this Connector considered as a Relationship and that restrict the
@@ -1150,7 +1150,7 @@ List<Guid> Root.Elements.IRelationship.Source
11501150 [ Implements ( implementation : "IRelationship.Target" ) ]
11511151 List < Guid > Root . Elements . IRelationship . Target
11521152 {
1153- get => this . targetFeature ;
1153+ get => [ .. this . targetFeature ] ;
11541154 set { }
11551155 }
11561156
@@ -1182,7 +1182,7 @@ List<Guid> Root.Elements.IRelationship.Target
11821182 [ Property ( xmiId : "_18_5_3_12e503d9_1533160674969_376003_43216" , aggregation : AggregationKind . None , lowerValue : 0 , upperValue : int . MaxValue , isOrdered : true , isReadOnly : false , isDerived : true , isDerivedUnion : false , isUnique : true , defaultValue : null ) ]
11831183 [ RedefinedByProperty ( "IUsage.Definition" ) ]
11841184 [ Implements ( implementation : "IFeature.Type" ) ]
1185- List < Guid > Core . Features . IFeature . type => ( ( SysML2 . NET . Core . DTO . Systems . DefinitionAndUsage . IUsage ) this ) . definition ;
1185+ List < Guid > Core . Features . IFeature . type => [ .. ( ( SysML2 . NET . Core . DTO . Systems . DefinitionAndUsage . IUsage ) this ) . definition ] ;
11861186
11871187 /// <summary>
11881188 /// The interpretations of a Type with unioningTypes are asserted to be the same as those of all the
0 commit comments