MetadataCollection

MetadataCollection class

Represents a dictionary of MetadataItem with its title as a key.

public class MetadataCollection : Dictionary<string, MetadataItem>

Constructors

Name Description
MetadataCollection() Initializes a new instance of MetadataCollection class.

Methods

Name Description
AddRange(MetadataCollection) Adds a specified collection of MetadataItem objects to this instance.

See Also