点击或拖拽改变大小

DbDataSource.Remove 方法

X#
Removes the first occurrence of a specific object from the IList.

命名空间:  XSharp
程序集:  XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD Remove(
	item AS Object
) AS VOID
查看代码

参数

item
类型:Object

实现

Remove(Object)
异常
异常条件
NotSupportedExceptionThe IList is read-only. -or- The IList has a fixed size.
参见