RemoveAt(int) method

Removes the mapping at the specified index from the collection.

Visual Basic syntax

Public Shadows Sub RemoveAt (ByVal index As Integer)

C# syntax

public new void RemoveAt (int index)

Parameters