Gets an enumerator for the Collection.

 

   

Syntax
 

[C#]
IEnumerator<Field> GetEnumerator()

 

   

Params
 
Name Description
return The enumerator for the collection.

 

   

Notes
 

Gets a Field enumerator for the Collection.

 

   

Example
 

None.