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

Return Value

Type: System.Boolean

Implements

IDictionary<TKey, TValue>.Remove(TKey)

.NET Framework Security

See Also

Reference

ReadOnlyDictionary<TKey, TValue> Class

ReadOnlyDictionary<TKey, TValue> Members

Microsoft.VisualStudio.TestTools.Framework Namespace