BarItemLinkCollection.AddRange Method
| Name | Parameters | Description |
|---|---|---|
| AddRange(BarItem[]) | items | Creates an array of links to the specified bar items and adds them to the end of the collection. |
| AddRange(IEnumerable<BarItem>) | items | Adds BarItemLinks for each of the target BarItem objects. |
| AddRange(IEnumerable<BarItemLink>) | items | Adds multiple BarItemLink items to the BarItemLinkCollection. |