'Declaration <DescriptionAttribute("The map for green channel.")> Public Property GreenMap As Byte[]
[Description("The map for green channel.")] public byte[] GreenMap { get; set; }
[Description("The map for green channel.")] public: __property byte[] get_GreenMap(); public: __property void set_GreenMap(
byte[]* value
);