# Sandbox.WrappedMethod.GenericArguments

```csharp
System.Type[] GenericArguments { get; set; }
```

The generic argument types of the method or null if the method is not generic.

Declared in [Sandbox.WrappedMethod](/api/Sandbox.WrappedMethod).
Assembly: `Sandbox.System`.
