'宣言 Public Overridable Function Contains( _ ByVal value As System.Object _ ) As System.Boolean
public virtual System.bool Contains( System.object value )
パラメータ
- value
- The System.Object to locate.
戻り値の型
True if the System.Object is found in the list; otherwise, false.