'宣言 Public Function IndexOf( _ ByVal item As ArticleBead _ ) As System.Integer
public System.int IndexOf( ArticleBead item )
パラメータ
- item
- コレクションに検索するオブジェクト。
戻り値の型
見つかった場合は、コレクション全体内に項目の最初の出現の0から始まるインデックス。そうでない場合は-1。
'宣言 Public Function IndexOf( _ ByVal item As ArticleBead _ ) As System.Integer
public System.int IndexOf( ArticleBead item )