iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

LazyList.RemoveAt Method 

Removes the IList item at the specified index.

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

Parameters

index
The zero-based index of the item to remove.

Implements

IList.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException index is not a valid index in the IList.
NotSupportedException The IList is read-only.-or- The IList has a fixed size.

See Also

LazyList Class | IBatisNet.DataMapper.Proxy Namespace