共用方式為


DictionaryExtensions 類別

定義

數個字典擴充方法。

public ref class DictionaryExtensions abstract sealed
public static class DictionaryExtensions
type DictionaryExtensions = class
Public Module DictionaryExtensions
繼承
DictionaryExtensions

方法

AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean)

將一個字典內容新增至另一個字典

GetOrDefault<TK,TV>(IDictionary<TK,TV>, TK)

依指定的索引鍵取得值。

Remove<TK,TV>(ConcurrentDictionary<TK,TV>, TK)

從 ConcurrentDictionary 移除索引鍵

適用於