DataCollection
Contains メソッド (C1DataCollectionBindingList)

C1.DataCollection.BindingList アセンブリ > C1.DataCollection.BindingList 名前空間 > C1DataCollectionBindingList クラス : Contains メソッド
The object to locate in the System.Collections.IList.
Determines whether the System.Collections.IList contains a specific value.
シンタックス
'宣言
 
Public Function Contains( _
   ByVal value As System.Object _
) As System.Boolean
public System.bool Contains( 
   System.object value
)

パラメータ

value
The object to locate in the System.Collections.IList.

戻り値の型

true if the System.Object is found in the System.Collections.IList; otherwise, false.
参照

C1DataCollectionBindingList クラス
C1DataCollectionBindingList メンバ