Gets or sets the values of the unmanaged array.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public T[] Data { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Data As T() |
Visual C++ |
---|
public: property array<T>^ Data { array<T>^ get (); void set (array<T>^ value); } |