Click or drag to resize
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
)

Parameters

keyValue
Type: TKeyValue
The key value.

Return Value

Type: T
the first element which matches the keyValue or null if not found.
See Also