Constructor MetadataCollection
MetadataCollection()
Initializes a new instance of the MetadataCollection class that is empty.
public MetadataCollection()
MetadataCollection(MetadataCollection)
Initializes a new instance of the MetadataCollection class that contains the metadata entries copied from the specified MetadataCollection.
public MetadataCollection(MetadataCollection metadataCollection)
Parameters
metadataCollection
MetadataCollectionThe MetadataCollection whose metadata entries are copied to the new instance. If
null
, the new instance will be empty.