Click or drag to resize

JsonTextWriterWritePropertyName Method (String, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)"]

Namespace:  Stimulsoft.Base.Json
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public override void WritePropertyName(
	string name,
	bool escape
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Base.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)"]

escape
Type: SystemBoolean

[Missing <param name="escape"/> documentation for "M:Stimulsoft.Base.Json.JsonTextWriter.WritePropertyName(System.String,System.Boolean)"]

See Also