'宣言 Public Function IndexOf( _ ByVal obj As System.Object _ ) As System.Integer
'使用法 Dim instance As FastList Dim obj As System.Object Dim value As System.Integer value = instance.IndexOf(obj)
public System.int IndexOf( System.object obj )
パラメータ
- obj
- 検索するオブジェクト。
戻り値の型
現在のリスト内の指定したオブジェクトのインデックス。見つからなかった場合は -1。