KeyedCommandifiedListT, TKeyValueFindFirstByKey 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.3.0.0 (1.3.17.0314)
Syntax public 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