Collection<T>.Insert(Int32, T) Method
Inserts the specified element into the collection at the specified position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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. |
See Also