Partager via


ListDictionary<TKey,TValue>.FindAllValuesByKey Method

Definition

public:
 System::Collections::Generic::IEnumerable<TValue> ^ FindAllValuesByKey(Predicate<TKey> ^ keyFilter);
public System.Collections.Generic.IEnumerable<TValue> FindAllValuesByKey (Predicate<TKey> keyFilter);
member this.FindAllValuesByKey : Predicate<'Key> -> seq<'Value>
Public Iterator Function FindAllValuesByKey (keyFilter As Predicate(Of TKey)) As IEnumerable(Of TValue)

Parameters

keyFilter
Predicate<TKey>

Returns

IEnumerable<TValue>

Applies to