ChangeObjectCollectionTAddRange Method
Add a range of items to the collection.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public void AddRange(
IEnumerable<T> collection
)
Public Sub AddRange (
collection As IEnumerable(Of T)
)
No code example is currently available or this language may not be supported.
Parameters
- collection IEnumerableT
-
Reference to the collection of items to be added.