SemanticValue.ICollection<KeyValuePair<String,SemanticValue>>.Add 메서드

정의

지정된 키와 SemanticValue를 컬렉션에 추가합니다.

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

매개 변수

key
KeyValuePair<String,SemanticValue>

SemanticValue에 대한 키입니다.

구현

적용 대상