Click or drag to resize
Wizard .NET Library

EventedListT Constructor (Int32)

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public EventedList(
	int capacity
)
Request Example View Source

Parameters

capacity
Type: SystemInt32
The number of elements that the new list can initially store.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioncapacity is less than 0.
See Also