GroupCriterionCollection
Contents
[
Hide
]GroupCriterionCollection class
Contains a collection of GroupCriterion objects. Implements ICollection< GroupCriterion > interface.
Methods
| Name | Description |
|---|---|
| Add | Adds the specified item to this collection. |
| Clear | Removes all items from this collection. |
| Contains | Returns true if the specified item is found in this collection; otherwise, false. |
| CopyTo | Copies the elements of this collection to the specified array, starting at the specified array index. |
| get_Count | Gets the number of elements contained in this collection. |
| get_IsReadOnly | Gets a value indicating whether this collection is read-only; otherwise, false. |
| GetEnumerator | Returns an enumerator for this collection. |
| Remove | Removes the first occurrence of a specific object from this collection. |
| ToList | Converts a GroupCriterion collection to a list of GroupCriterion objects. |