CommandList Class Members
The following tables list the members exposed by CommandList.
Public Constructors
Name | Description | |
---|---|---|
CommandList Constructor | Default constructor for CommandList. |
Public Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.ArrayList) | |
Count | (Inherited from System.Collections.ArrayList) | |
IsFixedSize | (Inherited from System.Collections.ArrayList) | |
IsModified | Flag which is set to true whenever the list is modified. | |
IsReadOnly | (Inherited from System.Collections.ArrayList) | |
IsSynchronized | (Inherited from System.Collections.ArrayList) | |
Item | Overridden. Gets or sets the element at the specified index. | |
SyncRoot | (Inherited from System.Collections.ArrayList) |
Public Methods
Name | Description | |
---|---|---|
Add | Overridden. Adds an object to the end of the System.Collections.ArrayList. | |
AddRange | Overridden. Adds the elements of an System.Collections.ICollection to the end of the System.Collections.ArrayList. | |
BinarySearch | Overloaded. (Inherited from System.Collections.ArrayList) | |
Clear | Overridden. Removes all elements from the System.Collections.ArrayList. | |
Clone | (Inherited from System.Collections.ArrayList) | |
Contains | (Inherited from System.Collections.ArrayList) | |
CopyTo | Overloaded. (Inherited from System.Collections.ArrayList) | |
GetEnumerator | Overloaded. (Inherited from System.Collections.ArrayList) | |
GetRange | (Inherited from System.Collections.ArrayList) | |
IndexOf | Overloaded. (Inherited from System.Collections.ArrayList) | |
Insert | Overridden. Inserts an element into the System.Collections.ArrayList at the specified index. | |
InsertRange | Overridden. Inserts the elements of a collection into the System.Collections.ArrayList at the specified index. | |
LastIndexOf | Overloaded. (Inherited from System.Collections.ArrayList) | |
Remove | Overridden. Removes the first occurrence of a specific object from the System.Collections.ArrayList. | |
RemoveAt | Overridden. Removes the element at the specified index of the System.Collections.ArrayList. | |
RemoveRange | Overridden. Removes a range of elements from the System.Collections.ArrayList. | |
Reverse | Overloaded. Overridden. Reverses the order of the elements in the entire System.Collections.ArrayList. | |
SetRange | Overridden. Copies the elements of a collection over a range of elements in the System.Collections.ArrayList. | |
Sort | Overloaded. Overridden. Sorts the elements in the entire System.Collections.ArrayList. | |
ToArray | Overloaded. (Inherited from System.Collections.ArrayList) | |
TrimToSize | (Inherited from System.Collections.ArrayList) |
See Also