AForge.Fuzzy.Rulebase.Rulebase C# (CSharp) Метод

Rulebase() публичный Метод

Initializes a new instance of the Rulebase class.
public Rulebase ( ) : System
Результат System
        public Rulebase(  )
        {
            // instance of the rules list 
            this.rules = new Dictionary<string, Rule>( 20 );
        }