AttributeAssignmentCollection.AttributeAssignmentCollection Constructors
Initializes a new instance of the AttributeAssignmentCollection class.
Overload List
| Name | Description | |
|---|---|---|
| Public method | AttributeAssignmentCollection() | Initializes a new empty instance of the AttributeAssignmentCollection class. |
| Public method | AttributeAssignmentCollection(IEnumerable< AttributeAssignment > items) | Initializes a new instance of the AttributeAssignmentCollection class with the specified elements. |
AttributeAssignmentCollection()
Initializes a new empty instance of the AttributeAssignmentCollection class.Syntax
public AttributeAssignmentCollection ()AttributeAssignmentCollection(IEnumerable< AttributeAssignment > items)
Initializes a new instance of the AttributeAssignmentCollection class with the specified elements.Syntax
public AttributeAssignmentCollection (
IEnumerable< AttributeAssignment > items
)Parameters
items
Type: A collection of AttributeAssignment elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android