名前 | 解説 | |
---|---|---|
Add | Adds the specified element to the end of the SvgElementCollection. | |
AddRange | オーバーロードされます。 Adds the elements to the end of the SvgElementCollection. | |
Clear | Removes all elements from the SvgElementCollection. | |
Contains | Determines whether an element is in the SvgElementCollection. | |
CopyTo | Copies the entire SvgElementCollection to a compatible one-dimensional array, starting at the specified index of the target array. | |
EnsureCapacity | Ensures that the capacity of this collection is at least the specified capacity. | |
GetEnumerator | Returns an enumerator that iterates through the SvgElementCollection. | |
IndexOf | Searches for the specified element and returns the zero-based index. | |
Insert | Inserts an element into the SvgElementCollection at the specified index. | |
Move | Moves the element at the fromIndex to the position of the toIndex. | |
Remove | Removes the specific element from the SvgElementCollection. | |
RemoveAt | Removes the element at the specified index of the SvgElementCollection. | |
RemoveRange | Removes a range of elements from the SvgElementCollection. | |
Swap | Swaps two elements at the index1 and index2. | |
TrimExcess | Sets the capacity to the actual number of elements in the SvgElementCollection. |