'Declaration
Public ReadOnly Property eyes As System.String
'Usage
Dim instance As DLDecoder Dim value As System.String value = instance.eyes
public System.string eyes {get;}
public read-only property eyes: System.String;
public function get eyes : System.String
public: property System.String^ eyes { System.String^ get(); }