Retrieves an object that can iterate through the individual
elements in this MemoryArray<(Of <(T>)>).
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public IEnumerator GetEnumerator() |
| Visual Basic (Declaration) |
|---|
Public Function GetEnumerator As IEnumerator |
| Visual C++ |
|---|
public: virtual IEnumerator^ GetEnumerator() sealed |