|   | 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
Syntaxprotected abstract TKey GetKeyForItem(
	TValue item
)
Protected MustOverride Function GetKeyForItem ( 
	item As TValue
) As TKey
Parameters
- item
- Type: TValue
 The element from which to extract the key.
Return Value
Type: 
TKeyThe key for the specified element.
 See Also
See Also