| 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.4.0.0 (1.4.19.0529)
 Syntax
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
See Also