KeyedCommandifiedListT, TKeyValueFindByKey Method  | 
 
            Finds the instances which have the keyValue specified.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.5.0 (1.3.18.1017)
Syntaxpublic IEnumerable<T> FindByKey(
	TKeyValue keyValue
)
Public Function FindByKey ( 
	keyValue As TKeyValue
) As IEnumerable(Of T)
Parameters
- keyValue
 - Type: TKeyValue
The key value. 
Return Value
Type: 
IEnumerableTan IEnumerable with all the elements which have the keyvalue specified or an empty enumerable if not found
See Also