GetEnumerator()
Returns an enumerator that iterates through the list.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Android.Gradle.Manifest
- Assembly: Unity.Android.Gradle
public IEnumerator<T> GetEnumerator()
Returns
Type | Description |
|---|---|
| IEnumerator<T> | An IEnumerator object that can be used to iterate through the collection. |