Switcheroo.FeatureConfiguration.Clear C# (CSharp) 메소드

Clear() 공개 메소드

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