DayTypeCollection
Contents
[
Hide
]DayTypeCollection class
Represents a collection of DayType objects.
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 if this collection is read-only; otherwise, false. |
| GetEnumerator | Returns an enumerator for this collection. |
| idx_get | Returns the element at the specified index. |
| idx_set | Sets the element at the specified index. |
| IndexOf | Determines the index of the specified item in this collection. |
| Insert | Inserts the specified item at the specified index. |
| Remove | Removes the first occurrence of a specific object from this collection. |
| RemoveAt | Removes an item at the specified index. |