オーバーロード | 解説 |
---|---|
LastIndexOf(ToolbarItemType) | Typeプロパティに基づいてBaseToolbarItemのコレクションを検索し、コレクション内の最後の発生の 0 から始まるインデックスを返します。 |
LastIndexOf(Object) | Searches for the specified System.Object and returns the zero-based index of the last occurrence within the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。 |
LastIndexOf(Object,Int32) | Searches for the specified System.Object and returns the zero-based index of the last occurrence within the range of elements in the System.Collections.ArrayList that extends from the first element to the specified index. System.Collections.ArrayListから継承されます。 |
LastIndexOf(Object,Int32,Int32) | Searches for the specified System.Object and returns the zero-based index of the last occurrence within the range of elements in the System.Collections.ArrayList that contains the specified number of elements and ends at the specified index. System.Collections.ArrayListから継承されます。 |