# CreateInstance()

> Creates and returns a new instance of TContainer.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Properties](/engine/6000.5/script-reference/unity/properties.md)
* **Assembly:** UnityEngine.PropertiesModule

```csharp
TContainer CreateInstance()
```

### Returns

| Type | Description                     |
| ---- | ------------------------------- |
| T    | A new instance of `TContainer`. |
