SemanticValue..::..ICollection<(Of <(<'KeyValuePair<(Of <(<'String, SemanticValue>)>)>>)>)>..::..Add Method |
SemanticValue Class See Also Send Feedback |
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 ) |
Parameters
- key
- Type: System.Collections.Generic..::..KeyValuePair<(Of <(<'String, SemanticValue>)>)>
A key for a SemanticValue.