SemanticValue..::..ICollection<(Of <(<'KeyValuePair<(Of <(<'String, SemanticValue>)>)>>)>)>..::..Clear Method |
SemanticValue Class See Also Send Feedback |
Removes all key/value pairs from the collection.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Private Sub Clear Implements ICollection(Of KeyValuePair(Of String, SemanticValue)).Clear |
Visual Basic (Usage) |
---|
Dim instance As SemanticValue CType(instance, ICollection(Of KeyValuePair(Of String, SemanticValue))).Clear() |
C# |
---|
void ICollection<KeyValuePair<string, SemanticValue>>.Clear() |