This documentation is for the old version. Go to the latest Graphics Mill docs

MetadataEnumerator Members

The MetadataEnumerator type exposes the following members.

Constructors

Name Description
Public method MetadataEnumerator

Creates and initializes a new MetadataEnumerator instance for the specified MetadataDictionary collection.

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

Moves to the next key-value pair in a sequence.

Public method Reset

Resets the cursor to the beginning of the metadata collection.

Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Current

Gets a current key-value pair as an Object.

Public property Entry

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

Public property Key

Gets a current key.

Public property Value

Gets a value from the current key-value pair.

See Also

Reference