Skip to main content

SuggestionCollection.CopyTo(SuggestionBase[], Int32) Method

Copies the elements of the SuggestionCollection to a SuggestionBase 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(
    SuggestionBase[] array,
    int index
)

Parameters

Name Type Description
array SuggestionBase[]

The SuggestionBase array that is a destination of the elements copied from SuggestionCollection.

index Int32

The zero-based index in the array at which the copying is started.

See Also