'宣言 Public Overloads Function IndexOf( _ ByVal entry As ImageEntry _ ) As Integer
public int IndexOf( ImageEntry entry )
パラメータ
- entry
- ImageEntry to locate in th collection.
戻り値の型
The index of the ImageEntry in the collection, or -1 if the collection does not contain the key.