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.2.0.0 (1.2.16.0406)
Syntax public IEnumerable<T> FindByKey(
TKeyValue keyValue
)
Public Function FindByKey (
keyValue As TKeyValue
) As IEnumerable(Of T)
Parameters
- keyValue
- Type: TKeyValue
The key value.
Return Value
Type:
IEnumerableTan IEnumerable with all the elements which have the keyvalue specified or an empty enumerable if not found
See Also