你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GeneralUtilities.GetValueOrDefault<K,V> Method

Definition

public static V GetValueOrDefault<K,V> (this System.Collections.Generic.IDictionary<K,V> dictionary, K key, V defaultValue);
static member GetValueOrDefault : System.Collections.Generic.IDictionary<'K, 'V> * 'K * 'V -> 'V
<Extension()>
Public Function GetValueOrDefault(Of K, V) (dictionary As IDictionary(Of K, V), key As K, defaultValue As V) As V

Type Parameters

K
V

Parameters

dictionary
IDictionary<K,V>
key
K
defaultValue
V

Returns

V

Applies to