Name | Description | |
---|---|---|
![]() | Add | Adds an item to the SelectedItemsWrapper. |
![]() | Clear | Removes all items from the SelectedItemsWrapper. |
![]() | Contains | Determines whether the SelectedItemsWrapper contains a specific value. |
![]() | CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. |
![]() | IndexOf | Determines the index of a specific item in the SelectedItemsWrapper. |
![]() | Insert | Inserts an item to the SelectedItemsWrapper at the specified index. |
![]() | Remove | Removes the first occurrence of a specific object from the SelectedItemsWrapper. |
![]() | RemoveAt | Removes the SelectedItemsWrapper item at the specified index. |