Persistate API documentation
Insert Method (index, obj)
NamespacesPersistateIndexedList<(Of <(<'T>)>)>Insert(Int32, Object)

[This is preliminary documentation and is subject to change.]

Inserts an object at the given position in the collection.
Declaration Syntax
C#
public void Insert(
	int index,
	Object obj
)
Parameters
index (Int32)
The position at which to insert
obj (Object)
The object to insert.
Remarks
If the IndexedList is ordered, then the Order property of the inserted object is set to the insertion index. The Order of all objects in the list following the insertion index is adjusted accordingly.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)