C# Class FeatureSwitch.Strategies.BaseStrategyImpl

Inheritance: FeatureSwitch.Strategies.Implementations.BaseStrategyReaderImpl, IStrategyStorageWriter
Show file Open project: valdisiljuconoks/FeatureSwitch

Public Methods

Method Description
Write ( bool state ) : void

Method Details

Write() public abstract method

public abstract Write ( bool state ) : void
state bool
return void