点击或拖拽改变大小

DbDataSource.IndexOf 方法

X#
Determines the index of a specific item in the IList.

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

参数

oValue
类型:Object

返回值

类型:Int32
The index of value if found in the list; otherwise, -1.

实现

IndexOf(Object)
参见