A collection of rules.

Namespace:  DotFuzzy
Assembly:  DotFuzzy (in DotFuzzy.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public FuzzyRuleCollection FuzzyRuleCollection { get; set; }
Visual Basic (Declaration)
Public Property FuzzyRuleCollection As FuzzyRuleCollection
Visual C++
public:
property FuzzyRuleCollection^ FuzzyRuleCollection {
	FuzzyRuleCollection^ get ();
	void set (FuzzyRuleCollection^ value);
}

See Also