Switcheroo.FeatureConfiguration.Clear C# (CSharp) Method

Clear() public method

Clears this instance, removing all feature toggles from it.
public Clear ( ) : void
return void
        public void Clear()
        {
            features.Clear();
        }