'宣言 Public Overridable Function IndexOf( _ ByVal value As System.Object _ ) As System.Integer
public virtual System.int IndexOf( System.object value )
パラメータ
- value
- The System.Object to index.
戻り値の型
The index of value if found in the list; otherwise, -1.