Name | Description | |
---|---|---|
ElementList Constructor | Initializes a new instance of the ElementList class for the specified owning element. |
The following tables list the members exposed by ElementList.
Name | Description | |
---|---|---|
ElementList Constructor | Initializes a new instance of the ElementList class for the specified owning element. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.ArrayList) | |
Count | (Inherited from System.Collections.ArrayList) | |
IsFixedSize | (Inherited from System.Collections.ArrayList) | |
IsReadOnly | (Inherited from System.Collections.ArrayList) | |
IsSynchronized | (Inherited from 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 | (Inherited from System.Collections.ArrayList) |
Name | Description | |
---|---|---|
Add | Overridden. Adds an Element to the list. | |
AddRange | (Inherited from System.Collections.ArrayList) | |
BinarySearch | Overloaded. (Inherited from System.Collections.ArrayList) | |
Clear | Overridden. Removes all elements from the list. | |
Clone | (Inherited from System.Collections.ArrayList) | |
Contains | (Inherited from System.Collections.ArrayList) | |
CopyTo | Overloaded. (Inherited from System.Collections.ArrayList) | |
GetEnumerator | Overloaded. (Inherited from System.Collections.ArrayList) | |
GetRange | (Inherited from System.Collections.ArrayList) | |
IndexOf | Overloaded. (Inherited from System.Collections.ArrayList) | |
Insert | Overridden. Inserts an Element at a specified index. | |
InsertRange | Overridden. Inserts the elements of a collection into the list at the specified index. | |
LastIndexOf | Overloaded. (Inherited from System.Collections.ArrayList) | |
Offset | Overloaded. Adjusts the location of all Element objects in the list by the specified amount. | |
Remove | (Inherited from System.Collections.ArrayList) | |
RemoveAt | Overridden. Removes the Element at the specified index from the list. | |
RemoveRange | Overridden. Removes a range of elements from the list. | |
Reverse | Overloaded. Overridden. Reverses the order of the elements in the list or a portion of it. | |
SetRange | (Inherited from System.Collections.ArrayList) | |
Sort | Overloaded. (Inherited from System.Collections.ArrayList) | |
ToArray | Overloaded. (Inherited from System.Collections.ArrayList) | |
TrimToSize | (Inherited from System.Collections.ArrayList) |
Name | Description | |
---|---|---|
OnListChanged | Called when elements are added or removed from the list. |