
'Declaration <DefaultMemberAttribute("Item")> <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <EditorAttribute(Xceed.Chart.Utilities.TypedArrayListEditor, System.Drawing.Design.UITypeEditor)> <DebuggerTypeProxyAttribute(System.Collections.ArrayList/ArrayListDebugView)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public Class TypedArrayList Inherits System.Collections.ArrayList
'Usage Dim instance As TypedArrayList
[DefaultMember("Item")] [ClassInterface(ClassInterfaceType.AutoDual)] [Editor(Xceed.Chart.Utilities.TypedArrayListEditor, System.Drawing.Design.UITypeEditor)] [DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public class TypedArrayList : System.Collections.ArrayList
System.Object
System.Collections.ArrayList
Xceed.Chart.Utilities.TypedArrayList
Xceed.Chart.GraphicsCore.AdvancedGradientPointArray
Xceed.Chart.Utilities.RebindableArrayList
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2