IList.Contains 方法
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Private Function Contains ( _
value As Object _
) As Boolean Implements IList.Contains
'用途
Dim instance As ResultSetView
Dim value As Object
Dim returnValue As Boolean
returnValue = CType(instance, IList).Contains(value)
bool IList.Contains(
Object value
)
private:
virtual bool Contains(
Object^ value
) sealed = IList::Contains
private abstract Contains :
value:Object -> bool
private override Contains :
value:Object -> bool
JScript 支援使用明確介面實作,但不支援新的宣告。
參數
- value
型別:System. . :: . .Object
傳回值
實作
IList. . :: . .Contains(Object)