# Sandbox.TypeDescription.Create

```csharp
T Create(object[] args = null)
```

Create an instance of this class, return it as a T.
If it can't be cast to a T we won't create it and will return null.

### Parameters

- `args` (`object[]`), default `null`

### Returns

`T`

Declared in [Sandbox.TypeDescription](/api/Sandbox.TypeDescription).
Assembly: `Sandbox.Reflection`.
