Click or drag to resize
BigListT Constructor
Overload List
  NameDescription
Public methodBigListT
Creates a new BigList. The BigList is initially empty.
Public methodBigListT(IEnumerableT)
Creates a new BigList initialized with the items from collection, in order.
Public methodBigListT(BigListT)
Creates a new BigList that is a copy of list.
Public methodBigListT(IEnumerableT, Int32)
Creates a new BigList initialized with a given number of copies of the items from collection, in order.
Public methodBigListT(BigListT, Int32)
Creates a new BigList that is several copies of list.
Top
See Also