[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | EventedList TData, TContext |
Initializes a new instance that is empty and has the default initial capacity.
|
![]() | EventedList TData, TContext (TContext, Boolean) |
Initializes a new instance that is empty and has the default initial capacity.
|
![]() | EventedList TData, TContext (TContext, Boolean, IEnumerable TData ) |
Initializes a new instance that contains elements copied from the specified collection and has sufficient
capacity to accommodate the number of elements copied.
|
![]() | EventedList TData, TContext (TContext, Boolean, Int32) |
Initializes a new instance that is empty and has the specified initial capacity.
|
See Also