SemanticValue.IDictionary<String,SemanticValue>.Add Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified key and SemanticValue to the dictionary.
 virtual void System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Add(System::String ^ key, System::Speech::Recognition::SemanticValue ^ value) = System::Collections::Generic::IDictionary<System::String ^, System::Speech::Recognition::SemanticValue ^>::Add;
	void IDictionary<string,SemanticValue>.Add(string key, System.Speech.Recognition.SemanticValue value);
	abstract member System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Add : string * System.Speech.Recognition.SemanticValue -> unit
override this.System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Add : string * System.Speech.Recognition.SemanticValue -> unit
	Sub Add (key As String, value As SemanticValue) Implements IDictionary(Of String, SemanticValue).Add
	Parameters
- key
 - String
 
A key for a SemanticValue.
- value
 - SemanticValue
 
The SemanticValue to add.