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