SemanticValue.IDictionary<String, SemanticValue>.Add Method

Adds the specified key and SemanticValue to the dictionary.

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
void IDictionary<string, SemanticValue>.Add(
    string key,
    SemanticValue value
)
private:
virtual void Add(
    String^ key, 
    SemanticValue^ value
) sealed = IDictionary<String^, SemanticValue^>::Add
private abstract Add : 
        key:string * 
        value:SemanticValue -> unit  
private override Add : 
        key:string * 
        value:SemanticValue -> unit
JScript does not support explicit interface implementations.

Parameters

Implements

IDictionary<TKey, TValue>.Add(TKey, TValue)

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4

See Also

Reference

SemanticValue Class

System.Speech.Recognition Namespace