CosDictionary.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public IEnumerator<KeyValuePair<string, CosObject>> GetEnumerator()
VB
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, CosObject))

Return Value

Type: IEnumerator<KeyValuePair<String, CosObject>>
A System.Collections.Generic.IEnumerator<KeyValuePair<string, CosObject>> that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also