Initializes a new IndexedCollection<(Of <(T>)>) instance.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public IndexedCollection( IList<T> collection ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub New ( _ collection As IList(Of T) _ ) | 
| Visual C++ | 
|---|
| public: IndexedCollection( IList<T>^ collection ) | 
Parameters
- collection
- Type: System.Collections.Generic..::.IList<(Of <(T>)>)
 





