'DeclarationPublic ReadOnly Property R As System.Byte
'UsageDim instance As Color Dim value As System.Byte value = instance.R
public System.byte R {get;}
public read-only property R: System.Byte; 
            public function get R : System.byte
            public: __property System.byte get_R();
public: property System.byte R { System.byte get(); }