C# Class Nett.Writer.TomlTableWriter.TomlInlineTableWriter

Inheritance: TomlWriter
Mostra file Open project: paiden/Nett

Public Methods

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

Private Methods

Method Description
WriteTableRow ( TomlObject>.KeyValuePair r ) : void

Method Details

TomlInlineTableWriter() public method

public TomlInlineTableWriter ( FormattingStreamWriter writer, TomlConfig config ) : System
writer FormattingStreamWriter
config TomlConfig
return System

WriteInlineTable() public method

public WriteInlineTable ( string key, TomlTable table ) : void
key string
table TomlTable
return void