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 (TomlNode)

Properties

Name

Summary

Item [ String ]

Gets or sets a setting on this config by key

Item [ Int32 ]

Gets or sets a setting on this config by key

Methods

Name

Summary

Equals (TomlObject)

Determine if TOML object equals another

Equals (Object)

Determine if TOML object equals another

Get (String)

Gets TOML value by string

Get (Int32)

Gets TOML value by integer

Get<T> (String)

Gets TOML value of type by string

Get<T> (Int32)

Gets TOML value of type by integer

GetEnumerator<T> ()

Gets TOML object enumerator

GetEnumerator ()

Gets TOML object enumerator

GetHashCode ()

Gets TOML object hashcode

Set (String, TomlObject)

Sets TOML value by string

Set<T> (String, T)

Sets TOML value of type by string

Set<T> (Int32, T)

Sets TOML value of type by integer

Static Fields

Name

Summary

Empty

Empty TOML object