ImmutableDictionary<TKey,TValue>.Builder.Contains Methode

Definitie

Bepaalt of de onveranderbare woordenlijst een specifieke waarde bevat.

public:
 virtual bool Contains(System::Collections::Generic::KeyValuePair<TKey, TValue> item);
public bool Contains(System.Collections.Generic.KeyValuePair<TKey,TValue> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<'Key, 'Value> -> bool
Public Function Contains (item As KeyValuePair(Of TKey, TValue)) As Boolean

Parameters

item
KeyValuePair<TKey,TValue>

Het object dat in de woordenlijst moet worden gevonden.

Retouren

trueals item deze wordt gevonden in de woordenlijst; anders. false

Implementeringen

Van toepassing op