# GetIl2CppArguments()

> Returns the next Il2Cpp argument on each call

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public abstract IEnumerable<string> GetIl2CppArguments()
```

### Returns

| Type                                                                                                    | Description |
| ------------------------------------------------------------------------------------------------------- | ----------- |
| [IEnumerable\<string>](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1) |             |
