Persistate API documentation
RemoveAt Method (index)
NamespacesPersistateIndexedList<(Of <(<'T>)>)>RemoveAt(Int32)

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

Removes the object at a particular position in the collection.
Declaration Syntax
C#
public void RemoveAt(
	int index
)
Parameters
index (Int32)
The position in the list of the object to remove.
Remarks

This works differently, depending on whether or not the collection is ordered. In ordered collections, the Order property in all subsequent objects in the collection is decremented by 1.

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