Click or drag to resize

DelayedListT Constructor

Overload List
  NameDescription
Public methodDelayedListT
Creates a new DelayedList which uses ListT.
Public methodDelayedListT(IListT)
Creates a new DelayedList that wraps the given list.
Public methodDelayedListT(IListT, Int32)
Creates a new DelayedList that wraps the given list.
Public methodDelayedListT(Int32, Int32)
Creates a new DelayedList which uses ListT and has the specified initial capacity and change capacity.
Top
See Also