Initializes a new instance of the ReadOnlyKeyedCollection<(Of <(TKey, TItem>)>) using keyedCollection as the underlying collection

Namespace:  Endeca.Data.Content.Collections
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 1.0.0.0 (1.0.1.0)

Syntax

C#
public ReadOnlyKeyedCollection(
	KeyedCollection<TKey, TItem> keyedCollection
)
Visual Basic (Declaration)
Public Sub New ( _
	keyedCollection As KeyedCollection(Of TKey, TItem) _
)
Visual C++
public:
ReadOnlyKeyedCollection(
	KeyedCollection<TKey, TItem>^ keyedCollection
)

Parameters

keyedCollection
Type: System.Collections.ObjectModel..::.KeyedCollection<(Of <(TKey, TItem>)>)

See Also