Interface ITypedConfigKey<T>
- 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<T> : ITypedConfigKey, IConfigKey, IEquatable<IConfigKey>, IIdentifiable
Type Parameters
T
The type of the config item's value.
- Inherited Members
- Extension Methods