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