Name | Description | |
---|---|---|
TypedArrayList Constructor | Overloaded. |
The following tables list the members exposed by TypedArrayList.
Name | Description | |
---|---|---|
TypedArrayList Constructor | Overloaded. |
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 | Overridden. Typed array list accessor. | |
SyncRoot | (Inherited from System.Collections.ArrayList) |
Name | Description | |
---|---|---|
Add | Overridden. Adds a new object to the list. | |
AddRange | Overridden. Adds the specified collection to the array list. | |
BinarySearch | Overloaded. (Inherited from System.Collections.ArrayList) | |
Clear | (Inherited from System.Collections.ArrayList) | |
Clone | Overridden. Creates an identical copy of this instance. | |
Contains | (Inherited from System.Collections.ArrayList) | |
ConvertToExponentDbl | Converts the contained values to exponents of the specified base. | |
CopyTo | Overloaded. (Inherited from System.Collections.ArrayList) | |
FindInt | Finds the index of the specified value. | |
GetEnumerator | Overloaded. (Inherited from System.Collections.ArrayList) | |
GetMaxValueDbl | Retrives the max double value contained in the array list. | |
GetMinValueDbl | Retrives the min double value contained in the array list. | |
GetObjectIndex | Returns the index of the object in the collection | |
GetRange | (Inherited from System.Collections.ArrayList) | |
IndexOf | Overloaded. (Inherited from System.Collections.ArrayList) | |
Insert | (Inherited from System.Collections.ArrayList) | |
InsertRange | (Inherited from System.Collections.ArrayList) | |
LastIndexOf | Overloaded. (Inherited from System.Collections.ArrayList) | |
LeftShiftItems | Shifts the objects to the left with one position. | |
Remove | (Inherited from System.Collections.ArrayList) | |
RemoveAt | (Inherited from System.Collections.ArrayList) | |
RemoveRange | (Inherited from System.Collections.ArrayList) | |
Reverse | Overloaded. (Inherited from System.Collections.ArrayList) | |
RightShiftItems | Shifts the objects to the right with one position. | |
SetRange | Overridden. Sets a range of object contained in the specified collection and the specified index. | |
Sort | Overloaded. (Inherited from System.Collections.ArrayList) | |
SortAscendingDbl | Sorts an array list containing double values in ascending manner. | |
SortAscendingFlt | Sorts an array list containing float values in ascending manner. | |
ToArray | Overloaded. (Inherited from System.Collections.ArrayList) | |
TransposeObjects | Transposes the objects at the specified indexes in the collection | |
TrimToSize | (Inherited from System.Collections.ArrayList) |
Name | Description | |
---|---|---|
CloneContent | This member is reserved for internal use and is not intended to be used directly from your code. |