ReadOnlyDictionary<TKey, TValue>.IDictionary<TKey, TValue>.Remove Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.Framework
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Private Function Remove ( _
key As TKey _
) As Boolean Implements IDictionary(Of TKey, TValue).Remove
'Usage
Dim instance As ReadOnlyDictionary
Dim key As TKey
Dim returnValue As Boolean
returnValue = CType(instance, IDictionary(Of TKey, TValue)).Remove(key)
bool IDictionary<TKey, TValue>.Remove(
TKey key
)
private:
virtual bool Remove(
TKey key
) sealed = IDictionary<TKey, TValue>::Remove
JScript does not support explicit interface implementations.
private abstract Remove :
key:'TKey -> bool
private override Remove :
key:'TKey -> bool
Parameters
- key
Type: TKey
Return Value
Type: System.Boolean
Implements
IDictionary<TKey, TValue>.Remove(TKey)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ReadOnlyDictionary<TKey, TValue> Class