Interface ITypedConfigKey
- Namespace
- MonkeyLoader.Configuration
- Assembly
- MonkeyLoader.dll
Defines a name-only typed config item, which can be used to get or set the values of defining keys with the same name.
public interface ITypedConfigKey : IConfigKey, IEquatable<IConfigKey>, IIdentifiable
- Inherited Members
- Extension Methods
Remarks
Generally ITypedConfigKey<T> should be used instead, unless the generic type gets in the way.
Properties
ValueType
Gets the Type of this config item's value.
Type ValueType { get; }