Skip to main content
A newer version of this page is available. .
Tab

Collection<T>.Insert(Int32, T) Method

Inserts the specified element into the collection at the specified position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public void Insert(
    int index,
    T item
)

Parameters

Name Type Description
index Int32

An integer value which represents the zero-based index at which the element should be inserted.

item T

A <T> object to insert into the collection.

Implements

See Also