'宣言 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
- The object to search for.
戻り値の型
The index of the specified object within the current list, or -1 if none was found.