C# Class Nett.Writer.TomlTableWriter

Inheritance: TomlWriter
Afficher le fichier Open project: paiden/Nett Class Usage Examples

Méthodes publiques

Méthode Description
TomlTableWriter ( FormattingStreamWriter writer, TomlConfig config ) : System.Collections.Generic

Private Methods

Méthode 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

Method Details

TomlTableWriter() public méthode

public TomlTableWriter ( FormattingStreamWriter writer, TomlConfig config ) : System.Collections.Generic
writer Nett.Util.FormattingStreamWriter
config TomlConfig
Résultat System.Collections.Generic