バージョン

PrimitiveCollection クラス メソッド

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

パブリック メソッド
 名前解説
Public メソッドAddこのコレクションにプリミティブを追加します。  
Public メソッドAddRangeプリミティブの特定範囲をこのPrimitiveCollectionに追加します。  
Public メソッドClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public メソッドCopyToオーバーロードされます。 このPrimitiveCollectionを配列にコピーします。  
Public メソッドGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Public メソッドIndexOf指定したPrimitiveのコレクション内のインデックスを取得します。  
Public メソッドInsertPrimitiveをこのコレクションの指定したインデックスに挿入します。  
Public メソッドRemoveこのコレクションからプリミティブを削除します。  
Public メソッドRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。
Public メソッドReverseこのPrimitiveCollectionのプリミティブの順序を反転します。  
Public メソッドSort指定したIComparerを使用し、このPrimitiveCollectionをソートします。  
Public メソッドToArrayオーバーロードされます。 このPrimitiveCollection内のPrimitivesを使用し、配列を作成して返します。  
トップ
プロテクト メソッド
 名前解説
Protected メソッドOnClearPerforms additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnClearCompletePerforms additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnInsertPerforms additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnInsertCompletePerforms additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnRemovePerforms additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnRemoveCompletePerforms additional custom processes after removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnSetPerforms additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnSetCompletePerforms additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnValidatePerforms additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。
トップ
参照