Interface IConfigKey
- Namespace
- MonkeyLoader.Configuration
- Assembly
- MonkeyLoader.dll
Defines a name-only config item, which can be used to get or set the values of defining keys with the same name.
public interface IConfigKey : IEquatable<IConfigKey>, IIdentifiable
- Inherited Members
- Extension Methods
Properties
AsUntyped
Gets the untyped version of this config item.
IConfigKey AsUntyped { get; }
Property Value
IsDefiningKey
Gets whether this instance defines the config item with this name.
bool IsDefiningKey { get; }