TomlObject
Namespace: uModConfigurationToml
Assembly: uMod.Core.dll
Inheritance ObjectValueType TomlObject
Implements IEquatable<TomlObject>, IEnumerable<KeyValuePair<String, Object>>, IEnumerable
Summary
Simple TOML object
Constructors
Name | Summary |
|---|---|
TomlObject ( |
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 |
Methods
Name | Summary |
|---|---|
Equals ( | Determine if TOML object equals another |
Equals ( | Determine if TOML object equals another |
Get ( | Gets TOML value by string |
Get ( | Gets TOML value by integer |
Gets TOML value of type by string | |
Gets TOML value of type by integer | |
GetEnumerator< | Gets TOML object enumerator |
GetEnumerator () | Gets TOML object enumerator |
GetHashCode () | Gets TOML object hashcode |
Set ( | Sets TOML value by string |
Sets TOML value of type by string | |
Sets TOML value of type by integer |
Static Fields
Name | Summary |
|---|---|
Empty | Empty TOML object |