ChangeObjectCollectionTAddRange Method

Add a range of items to the collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public void AddRange(
	IEnumerable<T> collection
)

Parameters

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

See Also