Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
LoadInternal ( IConfigSource source, IPersistableConfig &cfg ) : TomlTable | ||
MergeTables ( TomlTable>.Func |
public CanHandleSource ( IConfigSource source ) : bool | ||
source | IConfigSource | |
return | bool |
public EnsureExists ( TomlTable content ) : bool | ||
content | TomlTable | |
return | bool |
public Load ( IConfigSource source ) : TomlTable | ||
source | IConfigSource | |
return | TomlTable |
public MergedConfig ( IEnumerable |
||
configs | IEnumerable |
|
return | System |
public Save ( TomlTable table, IConfigSource source ) : void | ||
table | TomlTable | |
source | IConfigSource | |
return | void |