Method GetItems
GetItems(ICollection<ItemExchangeDefinitionObject>)
Adds the item exchanges to the given target
collection.
Declaration
public int GetItems(ICollection<ItemExchangeDefinitionObject> target)
Parameters
| Type | Name | Description |
|---|---|---|
| ICollection<ItemExchangeDefinitionObject> | target | The target collection where the item exchange are added. |
Returns
| Type | Description |
|---|---|
| int | The number of item added. |