Click or drag to resize
Wizard .NET Library

EventedListTAddRange Method

Adds the range.

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public void AddRange(
	IEnumerable<T> collection
)
Request Example View Source

Parameters

collection
Type: System.Collections.GenericIEnumerableT
The collection.
See Also