C# 클래스 Nett.Writer.TomlTableWriter

상속: TomlWriter
파일 보기 프로젝트 열기: paiden/Nett 1 사용 예제들

공개 메소드들

메소드 설명
TomlTableWriter ( FormattingStreamWriter writer, TomlConfig config ) : System.Collections.Generic

비공개 메소드들

메소드 설명
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

메소드 상세

TomlTableWriter() 공개 메소드

public TomlTableWriter ( FormattingStreamWriter writer, TomlConfig config ) : System.Collections.Generic
writer Nett.Util.FormattingStreamWriter
config TomlConfig
리턴 System.Collections.Generic