'Declaration Public Property Color As Byte()
public byte[] Color {get; set;}
public: property array<byte>^ Color { array<byte>^ get(); void set ( array<byte>^ value); }
'Declaration Public Property Color As Byte()
public byte[] Color {get; set;}
public: property array<byte>^ Color { array<byte>^ get(); void set ( array<byte>^ value); }