MetadataEnumerator Members

The MetadataEnumerator type exposes the following members.

Constructors

Name Description
Public method MetadataEnumerator

Initializes a new instance of the MetadataEnumerator class for the specified MetadataDictionary.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveNext

Advances the enumerator to the next key-value pair of the dictionary.

Public method Reset

Sets the enumerator to its initial position, which is before the first key-value pair of the dictionary.

Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Current

Gets the current key-value pair in the dictionary.

Public property Entry

Gets both the key and the value of the current dictionary entry.

Public property Key

Gets the key of the current dictionary entry.

Public property Value

Gets the value of the current dictionary entry.

See Also

Reference