Skip to main content
All docs
V26.1
  • UniqueTypeList<T>.Insert(Int32, T) Method

    Inserts an element into the list at the specified index.

    Namespace: DevExpress.Docs

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public void Insert(
        int index,
        T item
    )

    Parameters

    Name Type Description
    index Int32

    The zero-based index at which the item should be inserted.

    item T

    The item to insert into the list.

    Implements

    See Also