|
ReadOnlyKeyedCollectionTKey, TValueGetKeyForItem Method
|
When implemented in a derived class, extracts the key from the specified element.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax protected abstract TKey GetKeyForItem(
TValue item
)
Protected MustOverride Function GetKeyForItem (
item As TValue
) As TKey
Request Example
View SourceParameters
- item
- Type: TValue
The element from which to extract the key.
Return Value
Type:
TKeyThe key for the specified element.
See Also