ImmutableDictionary<TKey,TValue>.Remove(TKey) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從不可變的字典中移除具有指定之索引鍵的項目。
public:
System::Collections::Immutable::ImmutableDictionary<TKey, TValue> ^ Remove(TKey key);
public System.Collections.Immutable.ImmutableDictionary<TKey,TValue> Remove (TKey key);
member this.Remove : 'Key -> System.Collections.Immutable.ImmutableDictionary<'Key, 'Value>
Public Function Remove (key As TKey) As ImmutableDictionary(Of TKey, TValue)
參數
- key
- TKey
要移除的項目索引鍵。
傳回
移除指定之項目的新不可變字典,如果在字典中找不到指定的索引鍵,則為此執行個體。