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

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

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