Freigeben über


DictionaryExtensions.GetOrDefault<TK,TV> Methode

Definition

Ruft einen Wert nach dem angegebenen Schlüssel ab.

public:
generic <typename TK, typename TV>
[System::Runtime::CompilerServices::Extension]
 static TV GetOrDefault(System::Collections::Generic::IDictionary<TK, TV> ^ dictionary, TK key);
public static TV GetOrDefault<TK,TV> (this System.Collections.Generic.IDictionary<TK,TV> dictionary, TK key);
static member GetOrDefault : System.Collections.Generic.IDictionary<'K, 'V> * 'K -> 'V
<Extension()>
Public Function GetOrDefault(Of TK, TV) (dictionary As IDictionary(Of TK, TV), key As TK) As TV

Typparameter

TK

key type

TV

Werttyp

Parameter

dictionary
IDictionary<TK,TV>

dictionary

key
TK

Schlüssel im Wörterbuch

Gibt zurück

TV

standard, wenn der Schlüssel im Wörterbuch nicht vorhanden ist.

Gilt für: