Represents a collection of rules.

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

Syntax

C#
public class FuzzyRuleCollection : Collection<FuzzyRule>
Visual Basic (Declaration)
Public Class FuzzyRuleCollection _
	Inherits Collection(Of FuzzyRule)
Visual C++
public ref class FuzzyRuleCollection : public Collection<FuzzyRule^>

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(FuzzyRule>)>)
    DotFuzzy..::.FuzzyRuleCollection

See Also