# AttributeEnumArray<T>

> An attribute that represents an Enum[] value.

## Definition

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

```csharp
public sealed class AttributeEnumArray<T> : BaseAttribute where T : Enum
```

## Methods

| Method                                                                                          | Description                                  |
| ----------------------------------------------------------------------------------------------- | -------------------------------------------- |
| [Get](/engine/6000.5/script-reference/unity/android/gradle/manifest/attributeenumarray1/get.md) | Gets the value of the `Enum[]` attribute.    |
| [Set](/engine/6000.5/script-reference/unity/android/gradle/manifest/attributeenumarray1/set.md) | Sets a new `Enum[]` value for the attribute. |

## Inheritance

**Inherited Members:**

* [BaseAttribute.Remove()](/engine/6000.5/script-reference/unity/android/gradle/manifest/baseattribute/remove.md)
* [BaseAttribute.ResolveConflict()](/engine/6000.5/script-reference/unity/android/gradle/manifest/baseattribute/resolveconflict.md)
* [BaseAttribute.Name()](/engine/6000.5/script-reference/unity/android/gradle/manifest/baseattribute/name.md)
