A list of Android manifest elements.
Count | Gets the number of elements contained in the list. |
this[int] | Access ElementsList elements by index. |
AddElement | Adds an element to the end of the list. |
AddElementsRange | Adds the elements of the specified collection to the end of the list. |
Clear | Removes all the elements from the list. |
GetElement | Gets an element from the list. |
GetEnumerator | Returns an enumerator that iterates through the list. |
RemoveElement | Removes a child element by id. |