Foley .NET Utilities Class Library

List2Base.IList.RemoveAt Method 

This method provided for backwards compatiblity with IList.

[Visual Basic]
Sub RemoveAt( _
   ByVal index As Integer _
) Implements _
   IList.RemoveAt
[C#]
void IList.RemoveAt(
   int index
);

Implements

IList.RemoveAt

See Also

List2Base Class | List2Base Members | Foley.Utilities.Collections Namespace