SemanticValue.IDictionary<String, SemanticValue>.Remove Method
Namespace: System.Speech.Recognition
Assembly: System.Speech (in System.Speech.dll)
Syntax
'Declaration
Private Function Remove ( _
key As String _
) As Boolean Implements IDictionary(Of String, SemanticValue).Remove
'Usage
Dim instance As SemanticValue
Dim key As String
Dim returnValue As Boolean
returnValue = CType(instance, IDictionary(Of String, SemanticValue)).Remove(key)
bool IDictionary<string, SemanticValue>.Remove(
string key
)
private:
virtual bool Remove(
String^ key
) sealed = IDictionary<String^, SemanticValue^>::Remove
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript does not support explicit interface implementations.
Parameters
- key
Type: System.String
Return Value
Type: System.Boolean
Implements
IDictionary<TKey, TValue>.Remove(TKey)
Permissions
- 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.
Platforms
Windows Vista, Windows XP SP2, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.5, 3.0 SP1, 3.0