'DeclarationPublic ReadOnly Property hair As System.String
'UsageDim instance As DLDecoder Dim value As System.String value = instance.hair
public System.string hair {get;}
public read-only property hair: System.String;
public function get hair : System.String
public: property System.String^ hair { System.String^ get(); }