IConfigurable<TOptions> Interface
Definition
- Namespace
- Cuemon.Configuration
- Assemblies
- Cuemon.Kernel.dll
Provides a generic way to support the options pattern on a class level.
public interface IConfigurable<out TOptions> where TOptions : class, IParameterObject, new()
Type Parameters
TOptionsThe type of the configured options.
Properties
| Name | Description |
|---|---|
| Options | Gets the configured options of this instance. |