Array of T containing a single element.
The array is used as a workaround, because there are no pointer for generic types.
Namespace:
FreeImageAPIAssembly: 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 |