Interface IConfigKeyComponent<TKey>
- Namespace
- MonkeyLoader.Configuration
- Assembly
- MonkeyLoader.dll
A component of a IDefiningConfigKey, e.g. description or range. A component cannot be removed from a config key once it was added.
public interface IConfigKeyComponent<in TKey> : IComponent<TKey> where TKey : class, IDefiningConfigKey, IEntity<in TKey>
Type Parameters
TKey
- Inherited Members