ArrayAtom GetEnumerator Function. Gets an enumerator for the Collection. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Gets an enumerator for the Collection.

 

   
Syntax  

[C#]
IEnumerator<Atom> GetEnumerator()

[Visual Basic]
Function GetEnumerator() As IEnumerator(Of Atom)

 

   

Params
 
Name Description
return The enumerator for the collection.

 

   

Notes
 

Gets an Atom enumerator for the Collection.

 

   

Example
 

None.