Method |
Description |
|
CombineKey ( string parent, string key ) : string |
|
|
WriteKeyedValueWithComments ( TomlObject>.KeyValuePair row ) : void |
|
|
WriteNormalTomlTable ( string parentKey, string key, TomlTable table ) : void |
|
|
WriteTableRow ( string parentKey, TomlObject>.KeyValuePair r ) : void |
|
|
WriteTableRows ( string parentKey, TomlTable table ) : void |
|
|
WriteToml ( TomlTable table ) : void |
|
|
WriteTomlArrayWithComments ( string key, TomlArray array ) : void |
|
|
WriteTomlInlineTable ( string parentKey, string key, TomlTable table ) : void |
|
|
WriteTomlTable ( string parentKey, string key, TomlTable table ) : void |
|
|
WriteTomlTableArray ( string parentKey, string key, TomlTableArray tableArray ) : void |
|
|