'Declaration
Public ReadOnly Property G As System.Byte
'Usage
Dim instance As Color Dim value As System.Byte value = instance.G
public System.byte G {get;}
public read-only property G: System.Byte;
public function get G : System.byte
public: __property System.byte get_G();
public: property System.byte G { System.byte get(); }