DictAtom GetEnumerator Function. Get an enumerator for the dictionary. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Get an enumerator for the dictionary.

 

   
Syntax  

[C#]
DictAtom.Enumerator GetEnumerator()

[Visual Basic]
Function GetEnumerator() As DictAtom.Enumerator

 

   

Params
 
Name Description
return The enumerator for the dictionary.

 

   

Notes
 

Get an KeyValuePair<string, Atom> enumerator for the dictionary.

DictAtom.Enumerator is a value type that implements IEnumerator<KeyValuePair<string, Atom>> and IDictionaryEnumerator.

 

   

Example
 

None.