Method Remove
Remove(ProductCatalogItem)
Removes an item to the catalog.
Declaration
public void Remove(ProductCatalogItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| ProductCatalogItem | item | The item to be removed. |
Removes an item to the catalog.
public void Remove(ProductCatalogItem item)
| Type | Name | Description |
|---|---|---|
| ProductCatalogItem | item | The item to be removed. |