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

DictionaryExtensions 类

定义

注意

Not recommended for external use.

类的 IDictionary<TKey,TValue> 扩展方法。

[System.Obsolete("Not recommended for external use.")]
public static class DictionaryExtensions
[<System.Obsolete("Not recommended for external use.")>]
type DictionaryExtensions = class
Public Module DictionaryExtensions
继承
DictionaryExtensions
属性

方法

GetOrAddNonNull<TKey,TValue>(ConcurrentDictionary<TKey,TValue>, TKey, Func<TKey,TValue>)
已过时.

获取或添加与指定键关联的值。

GetValueOrAdd<TKey,TValue>(IDictionary<TKey,TValue>, TKey, Func<TKey,TValue>)
已过时.

获取或添加与指定键关联的值。

GetValueOrDefault<TKey,TValue>(IDictionary<TKey,TValue>, TKey, TValue)
已过时.

获取与指定键关联的值。

TryRemove<TKey,TValue>(Dictionary<TKey,TValue>, TKey, TValue)
已过时.

删除与指定键关联的值。

适用于