名前 | 解説 | |
---|---|---|
![]() | ElementList コンストラクタ | Initializes a new instance of the ElementList class for the specified owning element. |
ElementListデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | ElementList コンストラクタ | Initializes a new instance of the ElementList class for the specified owning element. |
名前 | 解説 | |
---|---|---|
![]() | Capacity | System.Collections.ArrayListから継承されます。 |
![]() | Count | System.Collections.ArrayListから継承されます。 |
![]() | IsFixedSize | System.Collections.ArrayListから継承されます。 |
![]() | IsReadOnly | System.Collections.ArrayListから継承されます。 |
![]() | IsSynchronized | System.Collections.ArrayListから継承されます。 |
![]() | Item | Gets or sets the Element at a specified index in the list. |
![]() | Last | Gets or sets the last Element on the list. |
![]() | Owner | Gets a reference to the Element that owns this ElementList. |
![]() | SyncRoot | System.Collections.ArrayListから継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | Add | オーバーライドされます。 Adds an Element to the list. |
![]() | AddRange | System.Collections.ArrayListから継承されます。 |
![]() | BinarySearch | オーバーロードされます。 System.Collections.ArrayListから継承されます。 |
![]() | Clear | オーバーライドされます。 Removes all elements from the list. |
![]() | Clone | System.Collections.ArrayListから継承されます。 |
![]() | Contains | System.Collections.ArrayListから継承されます。 |
![]() | CopyTo | オーバーロードされます。 System.Collections.ArrayListから継承されます。 |
![]() | GetRange | System.Collections.ArrayListから継承されます。 |
![]() | IndexOf | オーバーロードされます。 System.Collections.ArrayListから継承されます。 |
![]() | Insert | オーバーライドされます。 Inserts an Element at a specified index. |
![]() | InsertRange | オーバーライドされます。 Inserts the elements of a collection into the list at the specified index. |
![]() | LastIndexOf | オーバーロードされます。 System.Collections.ArrayListから継承されます。 |
![]() | Offset | オーバーロードされます。 Adjusts the location of all Element objects in the list by the specified amount. |
![]() | Remove | System.Collections.ArrayListから継承されます。 |
![]() | RemoveAt | オーバーライドされます。 Removes the Element at the specified index from the list. |
![]() | RemoveRange | オーバーライドされます。 Removes a range of elements from the list. |
![]() | Reverse | オーバーロードされます。 オーバーライドされます。 Reverses the order of the elements in the list or a portion of it. |
![]() | SetRange | System.Collections.ArrayListから継承されます。 |
![]() | Sort | オーバーロードされます。 System.Collections.ArrayListから継承されます。 |
![]() | ToArray | オーバーロードされます。 System.Collections.ArrayListから継承されます。 |
![]() | TrimToSize | System.Collections.ArrayListから継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | OnListChanged | Called when elements are added or removed from the list. |