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
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. |
See Also