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