Skip to main content

DictionaryCollection.CopyTo(ISpellCheckerDictionary[], Int32) Method

Copies all elements from the collection to the specified array, starting at a particular array index.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public void CopyTo(
    ISpellCheckerDictionary[] array,
    int arrayIndex
)

Parameters

Name Type Description
array ISpellCheckerDictionary[]

An array of objects implementing the ISpellCheckerDictionary interface.

arrayIndex Int32

An integer value specifying the zero-based index in the target array at which copying begins.

See Also