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.4.0.0 (1.4.19.0711)
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