# Sandbox.TypeDescription.CreateGeneric

```csharp
T CreateGeneric(System.Type[] typeArgs = null, object[] args = null)
```

Create an instance of this class using generic arguments
We're going to assume you know what you're doing here and let it throw any exceptions it wants.

### Parameters

- `typeArgs` (`System.Type[]`), default `null`
- `args` (`object[]`), default `null`

### Returns

`T`

Declared in [Sandbox.TypeDescription](/api/Sandbox.TypeDescription).
Assembly: `Sandbox.Reflection`.
