'宣言 Protected Function FindObjectIndex( _ ByVal obj As System.Object, _ ByRef index As System.Integer _ ) As System.Boolean
'使用法 Dim instance As FastList Dim obj As System.Object Dim index As System.Integer Dim value As System.Boolean value = instance.FindObjectIndex(obj, index)
パラメータ
- obj
 - The object to search for.
 - index
 - OUT: the index of obj within the current list, or 0 if the object was not found.
 
戻り値の型
true if obj was found, false otherwise.