WritePropertyName(TomlWriter, String, Nullable) Method

Definition

Assembly Tomlyn.dll

Writes a TOML property name using an optional dotted-key handling override.

protected static void WritePropertyName(TomlWriter writer, string name, TomlDottedKeyHandling? dottedKeyHandling)

Parameters

writer
TomlWriter

The TOML writer.

name
String

The property name.

dottedKeyHandling
Nullable<TomlDottedKeyHandling>

The dotted-key handling override, or null to use the writer options.