Name | Description | |
---|---|---|
Add | Adds an item to the list. | |
Clear | Removes all items from the list. Removes all items from the list. | |
Contains | Determines whether the list contains a specific item. | |
CopyTo | Copies the options of the options collection to an System.Array, starting at a particular System.Array index. | |
GetEnumerator | Returns an enumerator that iterates through all the items in the list. | |
IndexOf | Determines the index of a specific item in the list. | |
Insert | This method is not supported. | |
Remove | Removes an item from the native object array. Removes a specific item from the list. | |
RemoveAt | Removes the item from the list by specified index. |