ImmutableDictionary<TKey,TValue>.IDictionary<TKey,TValue>.Remove(TKey) 方法
定义
virtual bool System.Collections.Generic.IDictionary<TKey,TValue>.Remove(TKey key) = System::Collections::Generic::IDictionary<TKey, TValue>::Remove;
bool IDictionary<TKey,TValue>.Remove (TKey key);
Function Remove (key As TKey) As Boolean Implements IDictionary(Of TKey, TValue).Remove
参数
- key
- TKey