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