ElementsList<T>
A list of Android manifest elements.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle.Manifest
- Assembly: Unity.Android.Gradle
- Implements: IEnumerable<T>, IEnumerable
public class ElementsList<T> : IEnumerable<T>, IEnumerable where T : BaseElement
Properties
Property | Description |
|---|---|
| Count | Gets the number of elements contained in the list. |
| this[] | Access |
Methods
Method | Description |
|---|---|
| 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. |