PrintDocument for WinForms
IndexOf メソッド (FastList)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Util 名前空間 > FastList クラス : IndexOf メソッド
The object to search for.
Returns the index of the specified object in the current FastList. (Performs a fast search using the FastList.FindObjectIndex method.)
シンタックス
'宣言
 
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.
参照

FastList クラス
FastList メンバ