ImageGear .NET - Updated
GetEnumerator Method (NativeObjectArray<T,TParentType>)




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms.Internal Namespace > NativeObjectArray<T,TParentType> Class : GetEnumerator Method
Returns an enumerator that iterates through all the fields in the form.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of T)
'Usage
 
Dim instance As NativeObjectArray(Of T,TParentType)
Dim value As IEnumerator(Of T)
 
value = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
public: IEnumerator<T*>* GetEnumerator(); 
public:
IEnumerator<T^>^ GetEnumerator(); 

Return Value

An IEnumerator.
See Also

Reference

NativeObjectArray<T,TParentType> Class
NativeObjectArray<T,TParentType> Members