Namespace: DeltaEngine.Editor.CoreAssembly: DeltaEngine.Editor.Core (in DeltaEngine.Editor.Core.dll) Version: 1.1.1.0 (1.1.1)
public byte[] FileData { get; set; }
public byte[] FileData { get; set; }
Public Property FileData As Byte()
Get
Set
Public Property FileData As Byte()
Get
Set
public:
property array<unsigned char>^ FileData {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
public:
property array<unsigned char>^ FileData {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member FileData : byte[] with get, set
member FileData : byte[] with get, set
Property Value
Type:
Byte