Initializes a new SearchKeyCollection instance and adds the specified items to the collection.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

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>)>)

See Also