MemoryArray(T).GetEnumerator Method

FreeImage.NET

MemoryArrayTGetEnumerator Method
Retrieves an object that can iterate through the individual elements in this MemoryArrayT.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator for the MemoryArrayT.

Implements

IEnumerableGetEnumerator
See Also