Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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