SemanticValue.ICollection<KeyValuePair<String,SemanticValue>>.Clear 方法

定義

從集合中移除所有索引鍵/值組。

 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Clear() = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Speech::Recognition::SemanticValue ^>>::Clear;
void ICollection<KeyValuePair<string,SemanticValue>>.Clear ();
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Clear : unit -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Clear : unit -> unit
Sub Clear () Implements ICollection(Of KeyValuePair(Of String, SemanticValue)).Clear

實作

適用於