Click or drag to resize
Wizard .NET Library

EventedListT Constructor (IEnumerableT)

Initializes a new instance of the EventedListT class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.

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

Parameters

collection
Type: System.Collections.GenericIEnumerableT
The collection whose elements are copied to the new list.
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is null.
See Also