[]
        
(Showing Draft Content)

C1.Document.C1KeyedList-2.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the element at the specified index of the C1KeyedList<TKey, TItem>.

Declaration
public void RemoveAt(int index)
Parameters
Type Name Description
int index

The zero-based index of the element to remove.