バージョン 21.2

HtmlBoxMenuItemCollection クラス メソッド

このクラスのメンバの一覧は、HtmlBoxMenuItemCollectionメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドAddオーバーロードされます。 オブジェクトをコレクションの最後に追加します。  
Public メソッドAddRangeオーバーライドされます。 渡されたコレクションからコレクションの最後に要素を追加します。  
Public メソッドBinarySearchオーバーロードされます。 Searches a range of elements in the sorted System.Collections.ArrayList for an element using the specified comparer and returns the zero-based index of the element. System.Collections.ArrayListから継承されます。
Public メソッドClearオーバーライドされます。 コレクションからすべてのオブジェクトを削除します。  
Public メソッドCloneCreates a shallow copy of the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドContainsDetermines whether an element is in the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドCopyToオーバーロードされます。 Copies the entire System.Collections.ArrayList to a compatible one-dimensional System.Array, starting at the beginning of the target array. System.Collections.ArrayListから継承されます。
Public メソッドGetEnumeratorオーバーロードされます。 Returns an enumerator for the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドGetRangeReturns an System.Collections.ArrayList which represents a subset of the elements in the source System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドIndexOfオーバーロードされます。 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から継承されます。
Public メソッドInsertオーバーライドされます。 指定されたインデックスでこのコレクションに要素を挿入します。  
Public メソッドInsertRangeオーバーライドされます。 指定されたインデックスでこのコレクションにコレクションの要素を挿入します。  
Public メソッドLastIndexOfオーバーロードされます。 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から継承されます。
Public メソッドRemoveオーバーライドされます。 コレクションから特定のオブジェクトの最初の発生を削除します。  
Public メソッドRemoveAtオーバーライドされます。 コレクション内の指定したインデックスにある要素を削除します。  
Public メソッドRemoveRangeオーバーライドされます。 コレクションから要素の範囲を削除します。  
Public メソッドReverseオーバーロードされます。 Reverses the order of the elements in the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドSetRangeオーバーライドされます。 このコレクションの要素の範囲にコレクションの要素をコピーします。  
Public メソッドSortオーバーロードされます。 Sorts the elements in the entire System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
Public メソッドToArrayオーバーロードされます。 Copies the elements of the System.Collections.ArrayList to a new System.Object array. System.Collections.ArrayListから継承されます。
Public メソッドTrimToSizeSets the capacity to the actual number of elements in the System.Collections.ArrayList. System.Collections.ArrayListから継承されます。
トップ
参照