|
ReadOnlyKeyedCollectionTKey, TValue Constructor
|
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax protected ReadOnlyKeyedCollection(
IList<TValue> components
)
Protected Sub New (
components As IList(Of TValue)
)
Request Example
View SourceParameters
- components
- Type: System.Collections.GenericIListTValue
See Also