C# Class Nett.Writer.TomlTableWriter.TomlInlineTableWriter

Inheritance: TomlWriter
Afficher le fichier Open project: paiden/Nett

Méthodes publiques

Méthode Description
TomlInlineTableWriter ( FormattingStreamWriter writer, TomlConfig config ) : System
WriteInlineTable ( string key, TomlTable table ) : void

Private Methods

Méthode Description
WriteTableRow ( TomlObject>.KeyValuePair r ) : void

Method Details

TomlInlineTableWriter() public méthode

public TomlInlineTableWriter ( FormattingStreamWriter writer, TomlConfig config ) : System
writer FormattingStreamWriter
config TomlConfig
Résultat System

WriteInlineTable() public méthode

public WriteInlineTable ( string key, TomlTable table ) : void
key string
table TomlTable
Résultat void