EventedList TData, TContext  Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodEventedList TData, TContext  
Initializes a new instance that is empty and has the default initial capacity.
Public methodEventedList TData, TContext (TContext, Boolean)
Initializes a new instance that is empty and has the default initial capacity.
Public methodEventedList 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.
Public methodEventedList TData, TContext (TContext, Boolean, Int32)
Initializes a new instance that is empty and has the specified initial capacity.
Back to Top
See Also