Interface IConfigProvider<TConfig>
Namespace: PoeShared.Modularity
Assembly: PoeShared.dll
Syntax
public interface IConfigProvider<TConfig> where TConfig : IPoeEyeConfig
Type Parameters
Name | Description |
---|---|
TConfig |
Properties
Name | Description |
---|---|
ActualConfig | |
WhenChanged |
Methods
Name | Description |
---|---|
ListenTo<T>(Expression<Func<TConfig, T>>) | |
Save(TConfig) |