Extensions.GetOrAdd<K,V> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public static V GetOrAdd<K,V> (this System.Collections.Generic.IDictionary<K,V> valueByKey, K key, Func<K,V> make);
static member GetOrAdd : System.Collections.Generic.IDictionary<'K, 'V> * 'K * Func<'K, 'V> -> 'V
<Extension()>
Public Function GetOrAdd(Of K, V) (valueByKey As IDictionary(Of K, V), key As K, make As Func(Of K, V)) As V
Paramètres de type
- K
- V
Paramètres
- valueByKey
- IDictionary<K,V>
- key
- K
- make
- Func<K,V>
Retours
V