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

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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()

Implements

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

See Also