# Sandbox.TypeDescription.GenericArguments

```csharp
System.Type[] GenericArguments { get; set; }
```

If we're a generic type this will return our generic parameters.

Declared in [Sandbox.TypeDescription](/api/Sandbox.TypeDescription).
Assembly: `Sandbox.Reflection`.
