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.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
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