TomlSyncFile
Assembly: uMod.Core.dll
Inheritance ObjectDataFileTomlFile TomlSyncFile
Implements IDataFile, IDataObject, IEnumerable<KeyValuePair<String, Object>>, IEnumerable
Summary
Represents a synchronized TOML file
Constructors
Name | Summary |
|---|---|
TomlSyncFile ( |
Properties
Name | Summary |
|---|---|
Item [ | Gets or sets a setting on this config by key |
Item [ | Gets or sets a setting on this config by key |
Item [ | Gets or sets a setting on this config by key |
Item [ | Gets or sets a setting on this config by key |
Item [ | Gets or sets a setting on this config by key |
Serializer | TOML serializer |
Methods
Name | Summary |
|---|---|
FromString ( | Deserialize object from TOML string |
Get ( | |
GetEnumerator () | |
LoadFile () | Load configuration file asynchronously |
SaveFile () | Save configuration file asynchronously |
ToString () | Serialized object as TOML string |