[]
Adds some items of specified collection to the end of the collection.
public void AddRange(ItemTemplateInfo[] items)
Public Sub AddRange(items As ItemTemplateInfo())
Type | Name | Description |
---|---|---|
ItemTemplateInfo[] | items | A specified collection added into the collection. |