'宣言 Public Overloads Function IndexOf( _ ByVal id As System.Integer _ ) As System.Integer
public System.int IndexOf( System.int id )
パラメータ
- id
- 検索するオブジェクトの識別子。
戻り値の型
コレクション内のオブジェクトの位置。オブジェクトがコレクションのメンバでない場合は、-1。
'宣言 Public Overloads Function IndexOf( _ ByVal id As System.Integer _ ) As System.Integer
public System.int IndexOf( System.int id )