AttributeValueCollection.AttributeValueCollection Constructors
Initializes a new instance of the AttributeValueCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | AttributeValueCollection() | Initializes a new empty instance of the AttributeValueCollection class. |
Public method | AttributeValueCollection(IEnumerable< AttributeValue > items) | Initializes a new instance of the AttributeValueCollection class with the specified elements. |
AttributeValueCollection()
Initializes a new empty instance of the AttributeValueCollection class.Syntax
public AttributeValueCollection ()
AttributeValueCollection(IEnumerable< AttributeValue > items)
Initializes a new instance of the AttributeValueCollection class with the specified elements.Syntax
public AttributeValueCollection (
IEnumerable< AttributeValue > items
)
Parameters
items
Type: A collection of AttributeValue 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