# Count

> Gets the number of elements contained in the list.

## Definition

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

```csharp
public int Count { get; }
```
