'宣言 Public Overloads 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.