[]
        
(Showing Draft Content)

C1.LiveLinq.Collections.IndexedCollection-1.RemoveItem

RemoveItem Method

RemoveItem(int)

Removes the element of the IndexedCollection<T> at the specified ordinal position.

Declaration
protected override void RemoveItem(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based ordinal of the element to remove.

Overrides