|
InfiniteListT Constructor (ListT)
|
Initializes a new instance of the
InfiniteListT class.
create a new infinite list.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic InfiniteList(
List<T> items
)
Public Sub New (
items As List(Of T)
)
public:
InfiniteList(
List<T>^ items
)
new :
items : List<'T> -> InfiniteListParameters
- items
- Type: System.Collections.GenericListT
list of initial items.
See Also