Name | Description | |
---|---|---|
C1Commands Constructor | Initializes a new instance of the C1Commands class. |
The following tables list the members exposed by C1Commands.
Name | Description | |
---|---|---|
C1Commands Constructor | Initializes a new instance of the C1Commands class. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.ArrayList) | |
Count | (Inherited from System.Collections.ArrayList) | |
IsFixedSize | (Inherited from System.Collections.ArrayList) | |
IsReadOnly | (Inherited from System.Collections.ArrayList) | |
IsSynchronized | (Inherited from System.Collections.ArrayList) | |
Item | Overloaded. Gets or sets the element at the specified index. | |
SyncRoot | (Inherited from System.Collections.ArrayList) |
Name | Description | |
---|---|---|
Add | Overridden. Adds an object to the end. | |
AddRange | Overridden. Adds the elements of an ICollection to the end. | |
BinarySearch | Overloaded. (Inherited from System.Collections.ArrayList) | |
Clear | Overridden. Removes all elements | |
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) | |
IndexOfKey | Returns the index of the first occurrence of the C1Command with the specified key. | |
Insert | Overridden. Inserts an element into the C1Commands at the specified index. | |
InsertRange | Overridden. Inserts the elements of a collection into the C1Commands at the specified index. | |
LastIndexOf | Overloaded. (Inherited from System.Collections.ArrayList) | |
Remove | (Inherited from System.Collections.ArrayList) | |
RemoveAt | Overridden. Removes the element at the specified index. | |
RemoveRange | Overridden. Removes a range of elements | |
Reverse | Overloaded. (Inherited from System.Collections.ArrayList) | |
SetRange | Overridden. Copies the elements of a collection over a range of elements. | |
Sort | Overloaded. (Inherited from System.Collections.ArrayList) | |
ToArray | Overloaded. (Inherited from System.Collections.ArrayList) | |
TrimToSize | (Inherited from System.Collections.ArrayList) |