Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the metadata entries in the collection.
public IEnumerator<Metadata> GetEnumerator()
Returns
- IEnumerator<Metadata>
An IEnumerator 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. Modifications to the collection after obtaining the enumerator may cause the enumerator to throw an exception. This enumerator does not support modifications to the collection.