Click or drag to resize
Accord.NET (logo)

ReadOnlyKeyedCollectionTKey, TValue Constructor

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
protected ReadOnlyKeyedCollection(
	IList<TValue> components
)
Request Example View Source

Parameters

components
Type: System.Collections.GenericIListTValue
See Also