Collection<T>.AddRange Method

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

C#
public void AddRange(
	IEnumerable<T> collection
)

Parameters

collection

Type: System.Collections.Generic..IEnumerable<T>

See Also

Reference