C# 클래스 Nett.Writer.TomlTableWriter.TomlInlineTableWriter

상속: TomlWriter
파일 보기 프로젝트 열기: paiden/Nett

공개 메소드들

메소드 설명
TomlInlineTableWriter ( FormattingStreamWriter writer, TomlConfig config ) : System
WriteInlineTable ( string key, TomlTable table ) : void

비공개 메소드들

메소드 설명
WriteTableRow ( TomlObject>.KeyValuePair r ) : void

메소드 상세

TomlInlineTableWriter() 공개 메소드

public TomlInlineTableWriter ( FormattingStreamWriter writer, TomlConfig config ) : System
writer FormattingStreamWriter
config TomlConfig
리턴 System

WriteInlineTable() 공개 메소드

public WriteInlineTable ( string key, TomlTable table ) : void
key string
table TomlTable
리턴 void