JsonWriter.

WritePropertyName(string) Method

Namespace
LitJson
Containing Type
JsonWriter

Syntax

public void WritePropertyName(string property_name)

Parameters

Name Type Description
property_name string

Return Value

Type Description
void