The MetadataEnumerator type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
MetadataEnumerator |
Initializes a new instance of the MetadataEnumerator class for the specified MetadataDictionary. |
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
MoveNext |
Advances the enumerator to the next key-value pair of the dictionary. |
|
|
Reset |
Sets the enumerator to its initial position, which is before the first key-value pair of the dictionary. |
|
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
|
Current |
Gets the current key-value pair in the dictionary. |
|
|
Entry |
Gets both the key and the value of the current dictionary entry. |
|
|
Key |
Gets the key of the current dictionary entry. |
|
|
Value |
Gets the value of the current dictionary entry. |