Initializes a new SearchKeyCollection instance and adds the specified 
              items to the collection.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public SearchKeyCollection( IEnumerable<SearchKey> searchKeys ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub New ( _ searchKeys As IEnumerable(Of SearchKey) _ ) | 
| Visual C++ | 
|---|
| public: SearchKeyCollection( IEnumerable<SearchKey^>^ searchKeys ) | 
Parameters
- searchKeys
- Type: System.Collections.Generic..::.IEnumerable<(Of <(SearchKey>)>)





