Skip to main content

TextFileSettings

Assembly: ServiceStack.dll
View Source
Declaration
public class TextFileSettings : DictionarySettings, IAppSettings, ISettingsWriter, ISettings

Inherited Methods

GetAll()

View Source
Declaration
public override Dictionary<string, string> GetAll()
Returns

System.Collections.Generic.Dictionary<System.String,System.String>

Implements