ICollection(KeyValuePair(String, SemanticValue)).Add Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Adds the specified key and SemanticValue to the collection.

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

Syntax

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

CType(instance, ICollection(Of KeyValuePair(Of String, SemanticValue))).Add(key)
C#
void ICollection<KeyValuePair<string, SemanticValue>>.Add(
	KeyValuePair<string, SemanticValue> key
)

Implements

ICollection<(Of <(<'T>)>)>..::..Add(T)

See Also