ElementsList<T0>

class in Unity.Android.Gradle.Manifest

/

Implemented in:Unity.Android.Gradle

Description

A list of Android manifest elements.

Properties

CountGets the number of elements contained in the list.
this[int]Access ElementsList elements by index.

Public Methods

AddElementAdds an element to the end of the list.
AddElementsRangeAdds the elements of the specified collection to the end of the list.
ClearRemoves all the elements from the list.
GetElementGets an element from the list.
GetEnumeratorReturns an enumerator that iterates through the list.
RemoveElementRemoves a child element by id.

Did you find this page useful? Please give it a rating: