ChangeObjectCollectionTAddRange Method

Add a range of items to the collection.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public void AddRange(
	IEnumerable<T> collection
)

Parameters

collection  IEnumerableT
Reference to the collection of items to be added.

See Also