Click or drag to resize
Accord.NET (logo)

ReadOnlyKeyedCollection< TKey, 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.Generic.IList<TValue>
See Also