LanguageSpecificStringDictionary.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.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.