SemanticValue.ICollection<KeyValuePair<String,SemanticValue>>.CopyTo 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.
Copies a key/value pair to a specific location in a targeted array.
 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.CopyTo(cli::array <System::Collections::Generic::KeyValuePair<System::String ^, System::Speech::Recognition::SemanticValue ^>> ^ array, int index) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Speech::Recognition::SemanticValue ^>>::CopyTo;
	void ICollection<KeyValuePair<string,SemanticValue>>.CopyTo(System.Collections.Generic.KeyValuePair<string,System.Speech.Recognition.SemanticValue>[] array, int index);
	abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.CopyTo : System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue>[] * int -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.CopyTo : System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue>[] * int -> unit
	Sub CopyTo (array As KeyValuePair(Of String, SemanticValue)(), index As Integer) Implements ICollection(Of KeyValuePair(Of String, SemanticValue)).CopyTo
	Parameters
- array
 - KeyValuePair<String,SemanticValue>[]
 
The array of key/value pairs that is the target of the operation.
- index
 - Int32
 
An integer that specifies the location in the array to which the key/value pair will be copied.