Class RuleCollection
RuleCollection class
Rule collection.
public class RuleCollection : Collection<Rule>
Properties
Methods
| Name | Description |
|---|
| Add(Rule) | Add the rule in the collection. |
| BinarySearch(Rule) | |
| BinarySearch(Rule, IComparer<Rule>) | |
| BinarySearch(int, int, Rule, IComparer<Rule>) | |
| Clear() | |
| Contains(Rule) | |
| CopyTo(Rule[]) | |
| CopyTo(Rule[], int) | |
| CopyTo(int, Rule[], int, int) | |
| Exists(Predicate<Rule>) | |
| Find(Predicate<Rule>) | |
| FindAll(Predicate<Rule>) | |
| FindIndex(Predicate<Rule>) | |
| FindIndex(int, Predicate<Rule>) | |
| FindIndex(int, int, Predicate<Rule>) | |
| FindLast(Predicate<Rule>) | |
| FindLastIndex(Predicate<Rule>) | |
| FindLastIndex(int, Predicate<Rule>) | |
| FindLastIndex(int, int, Predicate<Rule>) | |
| GetEnumerator() | |
| IndexOf(Rule) | |
| IndexOf(Rule, int) | |
| IndexOf(Rule, int, int) | |
| LastIndexOf(Rule) | |
| LastIndexOf(Rule, int) | |
| LastIndexOf(Rule, int, int) | |
| Remove(Rule) | Remove the rule from the collection. |
| RemoveAt(int) | |
See Also