'Declaration
Public Sub WriteRawName( _ ByVal name As System.String _ )
'Usage
Dim instance As JsonWriter Dim name As System.String instance.WriteRawName(name)
public void WriteRawName( System.string name )
public procedure WriteRawName( name: System.String );
public function WriteRawName( name : System.String );
public: void WriteRawName( System.string* name )
public: void WriteRawName( System.String^ name )
Parameters
- name
- The specified name.