名前 | 解説 | |
---|---|---|
C1DataCollectionList<T> コンストラクタ | Initializes a new instance of the C1DataCollectionList<T> class. |
C1DataCollectionList<T>データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
C1DataCollectionList<T> コンストラクタ | Initializes a new instance of the C1DataCollectionList<T> class. |
名前 | 解説 | |
---|---|---|
Count | Gets the number of elements contained in the System.Collections.ICollection. | |
IsFixedSize | Gets whether the collection size can change. | |
IsReadOnly | Gets a value indicating whether the System.Collections.Generic.ICollection`1 is read-only. | |
IsSynchronized | Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). | |
Item | Gets or sets the element at the specified index. | |
SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. |
名前 | 解説 | |
---|---|---|
Add | Adds an item to the System.Collections.Generic.ICollection`1. | |
AddRange | Adds a range of items. | |
Clear | Removes all items from the System.Collections.Generic.ICollection`1. | |
Contains | オーバーロードされます。 Determines whether the System.Collections.Generic.ICollection`1 contains a specific value. | |
CopyTo | オーバーロードされます。 Copies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index. | |
IndexOf | オーバーロードされます。 Determines the index of a specific item in the System.Collections.IList. | |
Insert | オーバーロードされます。 Inserts an item to the System.Collections.IList at the specified index. | |
InsertRange | Inserts a range of items in the collection. | |
Move | Moves the item at the from position to to. | |
Remove | オーバーロードされます。 Removes the first occurrence of a specific object from the System.Collections.IList. | |
RemoveAt | Removes the System.Collections.Generic.IList`1 item at the specified index. | |
RemoveRange | Removes a range of items. | |
ReplaceRange | Replaces a range of items. |
名前 | 解説 | |
---|---|---|
CollectionChanged | Occurs after the items in the collection changed. |