Sitecore 5.1.1 API

IndexedDictionary.Remove Method 

[Visual Basic]
Public Sub Remove( _
   ByVal index As Integer _
)
[C#]
public void Remove(
   int index
);

See Also

IndexedDictionary Class | Sitecore.Collections Namespace