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

PaginatedArrayList.RemoveAt Method 

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

Parameters

index

Implements

IList.

See Also

PaginatedArrayList Class | IBatisNet.Common.Pagination Namespace