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

LazyListGeneric<T>.RemoveAt Method 

Removes the IList`1 item at the specified index.

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

Parameters

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

Implements

IList<T>.

Exceptions

Exception Type Condition
NotSupportedException The IList`1 is read-only.
ArgumentOutOfRangeException index is not a valid index in the IList`1.

See Also

LazyListGeneric<T> Class | IBatisNet.DataMapper.Proxy Namespace