Foley .NET Utilities Class Library

List2Base.IList.Insert Method 

This method provided for backwards compatiblity with IList.

[Visual Basic]
Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) Implements _
   IList.Insert
[C#]
void IList.Insert(
   int index,
   object value
);

Implements

IList.Insert

See Also

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