C# Class Hawkeye.Configuration.SettingsManager.ReadOnlyStoreWrapper

Inheritance: ISettingsStore
Show file Open project: odalet/Hawkeye2

Public Methods

Method Description
ReadOnlyStoreWrapper ( ISettingsStore store ) : System

Initializes a new instance of the ReadOnlyStoreWrapper class.

Method Details

ReadOnlyStoreWrapper() public method

Initializes a new instance of the ReadOnlyStoreWrapper class.
public ReadOnlyStoreWrapper ( ISettingsStore store ) : System
store ISettingsStore The wrapped settings store.
return System