AddElementsRange(IEnumerable<T>)
Adds the elements of the specified collection to the end of the list.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Android.Gradle.Manifest
- Assembly: Unity.Android.Gradle
public void AddElementsRange(IEnumerable<T> elements)
Parameters
Collection of elements to add.
Remarks
Elements will apear as direct children of the parent object that contains property.
ElementList