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