'宣言 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
- 検索するオブジェクト。
- index
- 出力:現在のリスト内の obj。オブジェクトが見つからなかった場合は 0。
戻り値の型
objが見つかった場合は true、その他の場合は false。