# Invokable_ITransactionalResourceExtension_GrainReference_Ext_2ADCC608.GetArgument(int)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleanscodegen.orleans.transactions.abstractions.invokable-itransactionalresourceextension-grainreference-ext-2adcc608/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleanscodegen.orleans.transactions.abstractions.invokable-itransactionalresourceextension-grainreference-ext-2adcc608/methods/)

```csharp
public override object GetArgument(int index)
```

Gets the argument at the specified index.

### Parameters

- `index` (`int`): The argument index.

### Returns

The argument at the specified index.
