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