C# Class Hawkeye.Configuration.SettingsManager.ReadOnlyStoreWrapper

Inheritance: ISettingsStore
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode Description
ReadOnlyStoreWrapper ( ISettingsStore store ) : System

Initializes a new instance of the ReadOnlyStoreWrapper class.

Method Details

ReadOnlyStoreWrapper() public méthode

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