KeyedCommandifiedList<T, TKeyValue>.FindFirstByKey Method  | 
 
            Helper method which returns the first element which matches the keyValue or null if not found.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntaxpublic T FindFirstByKey(
	TKeyValue keyValue
)
Public Function FindFirstByKey ( 
	keyValue As TKeyValue
) As T
Parameters
- keyValue
 - Type: TKeyValue
The key value. 
Return Value
Type: 
Tthe first element which matches the keyValue or null if not found.
See Also