[Missing <summary> documentation for "T:Stimulsoft.Report.Dialogs.StiArrayList"]
Inheritance Hierarchy
Namespace:
Stimulsoft.Report.Dialogs
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public class StiArrayList : ArrayList
Public Class StiArrayList
Inherits ArrayList
The StiArrayList type exposes the following members.
Constructors
| Name | Description |
---|
| StiArrayList | Initializes a new instance of the StiArrayList class |
TopProperties Methods
| Name | Description |
---|
| Add | (Overrides ArrayListAdd(Object).) |
| AddCore | |
| AddRange | (Overrides ArrayListAddRange(ICollection).) |
| AddRangeCore | |
| BinarySearch(Object) | (Inherited from ArrayList.) |
| BinarySearch(Object, IComparer) | (Inherited from ArrayList.) |
| BinarySearch(Int32, Int32, Object, IComparer) | (Inherited from ArrayList.) |
| Clear | (Overrides ArrayListClear.) |
| ClearCore | |
| Clone | (Inherited from ArrayList.) |
| Contains | (Inherited from ArrayList.) |
| CopyTo(Array) | (Inherited from ArrayList.) |
| CopyTo(Array, Int32) | (Inherited from ArrayList.) |
| CopyTo(Int32, Array, Int32, Int32) | (Inherited from ArrayList.) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
| GetEnumerator | (Inherited from ArrayList.) |
| GetEnumerator(Int32, Int32) | (Inherited from ArrayList.) |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetRange | (Inherited from ArrayList.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| IndexOf(Object) | (Inherited from ArrayList.) |
| IndexOf(Object, Int32) | (Inherited from ArrayList.) |
| IndexOf(Object, Int32, Int32) | (Inherited from ArrayList.) |
| Insert | (Overrides ArrayListInsert(Int32, Object).) |
| InsertRange | (Overrides ArrayListInsertRange(Int32, ICollection).) |
| LastIndexOf(Object) | (Inherited from ArrayList.) |
| LastIndexOf(Object, Int32) | (Inherited from ArrayList.) |
| LastIndexOf(Object, Int32, Int32) | (Inherited from ArrayList.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Remove | (Overrides ArrayListRemove(Object).) |
| RemoveAt | (Overrides ArrayListRemoveAt(Int32).) |
| RemoveRange | (Overrides ArrayListRemoveRange(Int32, Int32).) |
| Reverse | (Inherited from ArrayList.) |
| Reverse(Int32, Int32) | (Inherited from ArrayList.) |
| SetRange | (Inherited from ArrayList.) |
| Sort | (Inherited from ArrayList.) |
| Sort(IComparer) | (Inherited from ArrayList.) |
| Sort(Int32, Int32, IComparer) | (Inherited from ArrayList.) |
| ToArray | (Inherited from ArrayList.) |
| ToArray(Type) | (Inherited from ArrayList.) |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| TrimToSize | (Inherited from ArrayList.) |
TopEvents See Also