このクラスのメンバの一覧は、PrimitiveCollectionメンバを参照してください。
| 名前 | 解説 | |
|---|---|---|
![]() | Add | このコレクションにプリミティブを追加します。 |
![]() | AddRange | プリミティブの特定範囲をこのPrimitiveCollectionに追加します。 |
![]() | Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 |
![]() | CopyTo | オーバーロードされます。 このPrimitiveCollectionを配列にコピーします。 |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | IndexOf | 指定したPrimitiveのコレクション内のインデックスを取得します。 |
![]() | Insert | Primitiveをこのコレクションの指定したインデックスに挿入します。 |
![]() | Remove | このコレクションからプリミティブを削除します。 |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |
![]() | Reverse | このPrimitiveCollectionのプリミティブの順序を反転します。 |
![]() | Sort | 指定したIComparerを使用し、このPrimitiveCollectionをソートします。 |
![]() | ToArray | オーバーロードされます。 このPrimitiveCollection内のPrimitivesを使用し、配列を作成して返します。 |
| 名前 | 解説 | |
|---|---|---|
![]() | OnClear | Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | OnValidate | Performs additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。 |