메소드 | 설명 | |
---|---|---|
CanHandleSource ( IConfigSource source ) : bool | ||
EnsureExists ( TomlTable content ) : bool | ||
Load ( ) : TomlTable | ||
Load ( IConfigSource source ) : TomlTable | ||
LoadSourcesTable ( ) : TomlTable | ||
MergedConfig ( IEnumerable |
||
Save ( TomlTable content ) : void | ||
Save ( TomlTable table, IConfigSource source ) : void | ||
WasChangedExternally ( ) : bool |
메소드 | 설명 | |
---|---|---|
LoadInternal ( IConfigSource source, IPersistableConfig &cfg ) : TomlTable | ||
MergeTables ( TomlTable>.Func |
public CanHandleSource ( IConfigSource source ) : bool | ||
source | IConfigSource | |
리턴 | bool |
public MergedConfig ( IEnumerable |
||
configs | IEnumerable |
|
리턴 | System |
public Save ( TomlTable table, IConfigSource source ) : void | ||
table | TomlTable | |
source | IConfigSource | |
리턴 | void |