IDictionary(String, SemanticValue).Add Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Adds the specified key and SemanticValue to the dictionary.

Namespace:  Microsoft.Speech.Recognition
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Private Sub Add ( _
	key As String, _
	value As SemanticValue _
) Implements IDictionary(Of String, SemanticValue).Add
Visual Basic (Usage)
Dim instance As SemanticValue
Dim key As String
Dim value As SemanticValue

CType(instance, IDictionary(Of String, SemanticValue)).Add(key, _
	value)
C#
void IDictionary<string, SemanticValue>.Add(
	string key,
	SemanticValue value
)

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Add(TKey, TValue)

See Also