Click or drag to resize

StiArrayList Class

[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

The StiArrayList type exposes the following members.

Constructors
  NameDescription
Public methodStiArrayList
Initializes a new instance of the StiArrayList class
Top
Properties
  NameDescription
Public propertyCapacity (Inherited from ArrayList.)
Public propertyCount (Inherited from ArrayList.)
Public propertyIsFixedSize (Inherited from ArrayList.)
Public propertyIsReadOnly (Inherited from ArrayList.)
Public propertyIsSynchronized (Inherited from ArrayList.)
Public propertyItem (Inherited from ArrayList.)
Public propertySyncRoot (Inherited from ArrayList.)
Top
Methods
  NameDescription
Public methodAdd (Overrides ArrayListAdd(Object).)
Public methodAddCore
Public methodAddRange (Overrides ArrayListAddRange(ICollection).)
Public methodAddRangeCore
Public methodBinarySearch(Object) (Inherited from ArrayList.)
Public methodBinarySearch(Object, IComparer) (Inherited from ArrayList.)
Public methodBinarySearch(Int32, Int32, Object, IComparer) (Inherited from ArrayList.)
Public methodClear (Overrides ArrayListClear.)
Public methodClearCore
Public methodClone (Inherited from ArrayList.)
Public methodContains (Inherited from ArrayList.)
Public methodCopyTo(Array) (Inherited from ArrayList.)
Public methodCopyTo(Array, Int32) (Inherited from ArrayList.)
Public methodCopyTo(Int32, Array, Int32, Int32) (Inherited from ArrayList.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ArrayList.)
Public methodGetEnumerator(Int32, Int32) (Inherited from ArrayList.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRange (Inherited from ArrayList.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf(Object) (Inherited from ArrayList.)
Public methodIndexOf(Object, Int32) (Inherited from ArrayList.)
Public methodIndexOf(Object, Int32, Int32) (Inherited from ArrayList.)
Public methodInsert (Overrides ArrayListInsert(Int32, Object).)
Public methodInsertRange (Overrides ArrayListInsertRange(Int32, ICollection).)
Public methodLastIndexOf(Object) (Inherited from ArrayList.)
Public methodLastIndexOf(Object, Int32) (Inherited from ArrayList.)
Public methodLastIndexOf(Object, Int32, Int32) (Inherited from ArrayList.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Overrides ArrayListRemove(Object).)
Public methodRemoveAt (Overrides ArrayListRemoveAt(Int32).)
Public methodRemoveRange (Overrides ArrayListRemoveRange(Int32, Int32).)
Public methodReverse (Inherited from ArrayList.)
Public methodReverse(Int32, Int32) (Inherited from ArrayList.)
Public methodSetRange (Inherited from ArrayList.)
Public methodSort (Inherited from ArrayList.)
Public methodSort(IComparer) (Inherited from ArrayList.)
Public methodSort(Int32, Int32, IComparer) (Inherited from ArrayList.)
Public methodToArray (Inherited from ArrayList.)
Public methodToArray(Type) (Inherited from ArrayList.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrimToSize (Inherited from ArrayList.)
Top
Events
  NameDescription
Public eventCollectionChanged
Top
See Also