Array of T containing a single element. The array is used as a workaround, because there are no pointer for generic types.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
protected readonly T[] buffer
Visual Basic (Declaration)
Protected ReadOnly buffer As T()
Visual C++
protected:
initonly array<T>^ buffer

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also