AffixEntryCollection.CopyTo Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixEntryCollection.CopyTo Method 

Copies the 'AffixEntryCollection' values to a one-dimensional System.Array instance starting at the specified array index.

[Visual Basic]Public Sub CopyTo( _
   ByVal array As AffixEntry(), _
   ByVal index As Integer _
)
[C#]
public void CopyTo(
   AffixEntry[] array,
   int index
);

Parameters

array
The one-dimensional System.Array that represents the copy destination.
index
The index in the array where copying begins.

See Also

AffixEntryCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace