Click or drag to resize
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.0.0 (1.3.17.0314)
Syntax
public IEnumerable<T> FindByKey(
	TKeyValue keyValue
)

Parameters

keyValue
Type: TKeyValue
The key value.

Return Value

Type: IEnumerableT
an IEnumerable with all the elements which have the keyvalue specified or an empty enumerable if not found
See Also