Name | Description | |
---|---|---|
![]() | Add | Overloaded. Add a session from the specified file |
![]() | Clear | Removes all items from the ICollection. |
![]() | Contains | Determines whether the ICollection contains a specific value. |
![]() | ContainsKey | Determines whether the collection contaions an element with the specified key. |
![]() | CopyTo | Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | IndexOf | Overloaded. Determines the index of a specific item in the IList. |
![]() | Insert | Inserts an item to the IList at the specified index. |
![]() | Remove | Overloaded. Removes the occurrence of a specific object from the ICollection. |
![]() | RemoveAt | Removes the IList item at the specified index. |
![]() | TryGetValue | Retrieve an item from the collection by its key if present. If not present, the default value of the object is returned. |