| 
            
              InfiniteListT Constructor (InfiniteListT)
             | 
          
        
         
            Initializes a new instance of the 
InfiniteListT class.
            copy constructor.
            
 
    Namespace: 
   Karamba.Utilities
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic InfiniteList(
	InfiniteList<T> other
)
Public Sub New ( 
	other As InfiniteList(Of T)
)
public:
InfiniteList(
	InfiniteList<T>^ other
)
new : 
        other : InfiniteList<'T> -> InfiniteListParameters
- other
 - Type: Karamba.UtilitiesInfiniteListT
Other list to clone. 
See Also