オーバーロード | 解説 |
---|---|
IndexOf(UIElement) | コレクション内の要素のインデックスを取得します。 |
IndexOf(Object) | Searches for the specified System.Object and returns the zero-based index of the first occurrence within the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 |
IndexOf(Object,Int32) | Searches for the specified System.Object and returns the zero-based index of the first occurrence within the range of elements in the System.Collections.ArrayList that extends from the specified index to the last element. System.Collections.ArrayListから継承されます。 |
IndexOf(Object,Int32,Int32) | Searches for the specified System.Object and returns the zero-based index of the first occurrence within the range of elements in the System.Collections.ArrayList that starts at the specified index and contains the specified number of elements. System.Collections.ArrayListから継承されます。 |