Method GetEnumerator
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<KeyValuePair<string, CosObject>> GetEnumerator()
Returns
- IEnumerator<KeyValuePair<string, CosObject>>
A System.Collections.Generic.IEnumerator<KeyValuePair<string, CosObject>> that can be used to iterate through the collection.