InfiniteListT Constructor

Overload List

InfiniteListT(InfiniteListT) Initializes a new instance of the InfiniteListT class. copy constructor.
InfiniteListT(ListT) Initializes a new instance of the InfiniteListT class. create a new infinite list.
InfiniteListT(T, Int32) Initializes a new instance of the InfiniteListT class. create a new infinite list.
InfiniteListT(SerializationInfo, StreamingContext) Initializes a new instance of the InfiniteListT class. Deserialize InfiniteList.

See Also