LineTypeKeyedCollection.RemoveItem Method

Removes the element at the specified index of the KeyedCollection<TKey, TItem>.
Protected Overrides Sub RemoveItem( _ 
ByVal index As Integer
)
This language is not supported or no code example is available.
protected override void RemoveItem( 
int index 
)
This language is not supported or no code example is available.

Parameters

index
int

The index of the element to remove.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition