Click or drag to resize

DbDataSource.RemoveAt Method

X#
Removes the IList item at the specified index.

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RemoveAt(
	index AS LONG
) AS VOID
Request Example View Source

Parameters

index
Type: Long
The zero-based index of the item to remove.

Implements

RemoveAt(Long)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IList.
NotSupportedExceptionThe IList is read-only. -or- The IList has a fixed size.
See Also