Interface IConfigKeyDescription
- Namespace
- MonkeyLoader.Configuration
- Assembly
- MonkeyLoader.dll
Defines the interface for description components for IDefiningConfigKeys.
public interface IConfigKeyDescription : IConfigKeyComponent<IDefiningConfigKey>, IComponent<IDefiningConfigKey>
- Inherited Members
Properties
Description
Gets the description for the config key.
string Description { get; }