LanguageSpecificStringDictionary.CopyTo Method

Definition

Important

This API is not CLS-compliant.

Copies the elements of the LanguageSpecificStringDictionary to an array, starting at a specific array index.

public:
 virtual void CopyTo(cli::array <System::Collections::Generic::KeyValuePair<System::Windows::Markup::XmlLanguage ^, System::String ^>> ^ array, int index);
[System.CLSCompliant(false)]
public void CopyTo (System.Collections.Generic.KeyValuePair<System.Windows.Markup.XmlLanguage,string>[] array, int index);
[<System.CLSCompliant(false)>]
abstract member CopyTo : System.Collections.Generic.KeyValuePair<System.Windows.Markup.XmlLanguage, string>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<System.Windows.Markup.XmlLanguage, string>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of XmlLanguage, String)(), index As Integer)

Parameters

array
KeyValuePair<XmlLanguage,String>[]

The destination array to copy to.

index
Int32

The index within the source LanguageSpecificStringDictionary to start copying from.

Implements

Attributes

Applies to