Method GetEnumerator
GetEnumerator()
Returns an enumerator that can be used to iterate through the collection.
Declaration
public IEnumerator<KeyValuePair<string, MetadataContainer>> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<KeyValuePair<string, MetadataContainer>> | A IEnumerator<T> that can be used to iterate through the collection. |