Méthode | Description | |
---|---|---|
TomlInlineTableWriter ( FormattingStreamWriter writer, TomlConfig config ) : System | ||
WriteInlineTable ( string key, TomlTable table ) : void |
Méthode | Description | |
---|---|---|
WriteTableRow ( TomlObject>.KeyValuePair |
public TomlInlineTableWriter ( FormattingStreamWriter writer, TomlConfig config ) : System | ||
writer | FormattingStreamWriter | |
config | TomlConfig | |
Résultat | System |
public WriteInlineTable ( string key, TomlTable table ) : void | ||
key | string | |
table | TomlTable | |
Résultat | void |