Class ConfigProvider
A wrapper for an IConfigProvider and the FileInfo to use with it.
Inherited Members
Namespace: IPA.Config
Assembly: IPA.Loader.dll
Syntax
public class ConfigProvider
Methods
| Improve this Doc View SourceLoad()
Loads a Value from disk in whatever format this provider provides and returns it.
Declaration
public Value Load()
Returns
Type | Description |
---|---|
Value | the Value loaded |
Store(Value)
Stores the Value given to disk in the format specified.
Declaration
public void Store(Value value)
Parameters
Type | Name | Description |
---|---|---|
Value | value | the Value to store |