# AddElement(T)

> Adds an element to the end of the list.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Android.Gradle.Manifest](/engine/6000.5/script-reference/unity/android/gradle/manifest.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public void AddElement(T element)
```

### Parameters

**** (T): Element to add.

### Remarks

Element will apear as a direct child of the parent object that contains `ElementList` property.
