# CreateInstance()

> Creates and returns a new instance of TContainer.

## Definition

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

```csharp
public TContainer CreateInstance()
```

### Returns

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