DbDataSource.RemoveAt 方法 | |
Removes the IList item at the specified index.
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD RemoveAt(
index AS LONG
) AS VOID
public virtual void RemoveAt(
int index
)
查看代码参数
- index
- 类型:Int32
The zero-based index of the item to remove.
实现
RemoveAt(Int32)异常 异常 | 条件 |
---|
ArgumentOutOfRangeException | index is not a valid index in the IList. |
NotSupportedException | The IList is read-only.
-or-
The IList has a fixed size. |
参见