The MetadataEnumerator type exposes the following members.
Name | Description | |
---|---|---|
MetadataEnumerator |
Creates and initializes a new MetadataEnumerator instance for the specified MetadataDictionary collection. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveNext |
Moves to the next key-value pair in a sequence. |
|
Reset |
Resets the cursor to the beginning of the metadata collection. |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Current |
Gets a current key-value pair as an Object. |
|
Entry |
Gets a both a key and a value of the current entry. |
|
Key |
Gets a current key. |
|
Value |
Gets a value from the current key-value pair. |