名前 | 解説 | |
---|---|---|
![]() | LegendsCollection コンストラクタ |
LegendsCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。 |
![]() | Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。 |
![]() | Item | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
![]() | Add | |
![]() | AddRange | |
![]() | Clear | |
![]() | Clone | |
![]() | Contains | |
![]() | CopyTo | |
![]() | Equals | |
![]() | GetHashCode | |
![]() | IndexOf | |
![]() | Insert | |
![]() | Remove | |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |