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