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