[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Tools.CollectionsT.GenericT.ReadOnlyDictionary`2.System#Collections#Generic#IDictionary{TKey@TValue}#Remove(`0)"]
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
bool IDictionary<TKey, TValue>.Remove( TKey key ) |
| Visual Basic |
|---|
Private Function Remove ( _ key As TKey _ ) As Boolean Implements IDictionary(Of TKey, TValue).Remove |
| Visual C++ |
|---|
private: virtual bool Remove( TKey key ) sealed = IDictionary<TKey, TValue>::Remove |
| F# |
|---|
private abstract Remove : key:'TKey -> bool private override Remove : key:'TKey -> bool |
| JScript |
|---|
|
Parameters
- key
- Type: TKey
[Missing <param name="key"/> documentation for "M:Tools.CollectionsT.GenericT.ReadOnlyDictionary`2.System#Collections#Generic#IDictionary{TKey@TValue}#Remove(`0)"]
Return Value
[Missing <returns> documentation for "M:Tools.CollectionsT.GenericT.ReadOnlyDictionary`2.System#Collections#Generic#IDictionary{TKey@TValue}#Remove(`0)"]