SemanticValue.IDictionary<String, SemanticValue>.Add Method
Namespace: System.Speech.Recognition
Assembly: System.Speech (in System.Speech.dll)
Syntax
'Declaration
Private Sub Add ( _
key As String, _
value As SemanticValue _
) Implements IDictionary(Of String, SemanticValue).Add
'Usage
Dim instance As SemanticValue
Dim key As String
Dim value As SemanticValue
CType(instance, IDictionary(Of String, SemanticValue)).Add(key, _
value)
void IDictionary<string, SemanticValue>.Add(
string key,
SemanticValue value
)
private:
virtual void Add(
String^ key,
SemanticValue^ value
) sealed = IDictionary<String^, SemanticValue^>::Add
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
- value
Type: System.Speech.Recognition.SemanticValue
Implements
IDictionary<TKey, TValue>.Add(TKey, TValue)
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