ISettingsWriter
Assembly: ServiceStack.dll
View Source
Declaration
public interface ISettingsWriter : ISettings
Methods
Set<T>(String, T)
View Source
Declaration
void Set<T>(string key, T value)
Parameters
| Type | Name | 
|---|---|
| System.String | key | 
| <T> | value | 
Type Parameters
- T