alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TypedArrayListExt<T>

    An ArrayListExt instance that will enforce the type of objects that can be added to the array during runtime.

    Inheritance
    System.Object
    ArrayListExt
    TypedArrayListExt<T>
    Inherited Members
    ArrayListExt.Add(Object)
    ArrayListExt.add_ItemPropertyChanged(SyncfusionPropertyChangedEventHandler)
    ArrayListExt.Clear()
    ArrayListExt.CollectionChanged
    ArrayListExt.ForceFixedSize
    ArrayListExt.ForceReadOnly
    ArrayListExt.Insert(Int32, Object)
    ArrayListExt.InsertRange(Int32, ICollection)
    ArrayListExt.IsCollectionChangedEventSuspended
    ArrayListExt.IsFixedSize
    ArrayListExt.IsReadOnly
    ArrayListExt.ItemPropertyChanged
    ArrayListExt.Move(Int32, Int32, Int32)
    ArrayListExt.OnCollectionChanged(CollectionChangeEventArgs)
    ArrayListExt.OnCollectionChanging()
    ArrayListExt.OnItemPropertyChanged(Object, SyncfusionPropertyChangedEventArgs)
    ArrayListExt.RaiseCollectionChanged(CollectionChangeEventArgs)
    ArrayListExt.ReleaseHandler(Object)
    ArrayListExt.remove_ItemPropertyChanged(SyncfusionPropertyChangedEventHandler)
    ArrayListExt.RemoveAt(Int32)
    ArrayListExt.RemoveRange(Int32, Int32)
    ArrayListExt.ResumeEvents(Boolean)
    ArrayListExt.Reverse(Int32, Int32)
    ArrayListExt.Sort(Int32, Int32, IComparer)
    ArrayListExt.SuspendEvents()
    Namespace: Syncfusion.Collections
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class TypedArrayListExt<T> : ArrayListExt
    Type Parameters
    Name Description
    T

    Specifies the type of objects that can be added to the array.

    Constructors

    TypedArrayListExt()

    Declaration
    public TypedArrayListExt()

    Properties

    Item[Int32]

    An indexer of the specified template type.

    Declaration
    public T this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index

    The index of the object in the list that you want to retrieve.

    Property Value
    Type Description
    T

    The object at the specified index.

    Methods

    AddHandlers(Object)

    Declaration
    protected override void AddHandlers(object item)
    Parameters
    Type Name Description
    System.Object item
    Overrides
    ArrayListExt.AddHandlers(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved