Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the metadata entries in the collection.
public IEnumerator<Metadata> GetEnumerator()
Returns
- IEnumerator<Metadata>
An IEnumerator<T> that can be used to iterate through the metadata entries.
Remarks
The returned enumerator reflects the state of the collection at the time of the call. Modifying the collection after obtaining the enumerator may cause the enumerator to throw an InvalidOperationException.