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