public ColorReplaceCommandColor[] Colors {get; set;}
'Declaration Public Property Colors As ColorReplaceCommandColor()
'Usage Dim instance As ColorReplaceCommand Dim value() As ColorReplaceCommandColor instance.Colors = value value = instance.Colors
public ColorReplaceCommandColor[] Colors {get; set;}
@property (nonatomic, strong) NSMutableArray* colors;
public ColorReplaceCommandColor[] getColors() public void setColors(ColorReplaceCommandColor[] value)
get_Colors();
set_Colors(value);
Object.defineProperty('Colors');
public: property array<ColorReplaceCommandColor^>^ Colors { array<ColorReplaceCommandColor^>^ get(); void set ( array<ColorReplaceCommandColor^>^ value); }