Method Create
Create<TCatalogItem>(string)
Creates a new TCatalogItem instance.
Declaration
public TCatalogItem Create<TCatalogItem>(string key) where TCatalogItem : CatalogItemConfig, new()
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The identifier of the |
Returns
| Type | Description |
|---|---|
| TCatalogItem | The new |
Type Parameters
| Name | Description |
|---|---|
| TCatalogItem | The type of the item to create. |