# Invokable_ITransactionManagerExtension_GrainReference_Ext_AE2483AB.GetArgument(int)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleanscodegen.orleans.transactions.abstractions.invokable-itransactionmanagerextension-grainreference-ext-ae2483ab/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleanscodegen.orleans.transactions.abstractions.invokable-itransactionmanagerextension-grainreference-ext-ae2483ab/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.
