AffixRuleCollection.CopyTo Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixRuleCollection.CopyTo Method 

copies the elements of the AffixRuleCollection to an Array, starting at a particular Array index.

[Visual Basic]NotOverridable Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) Implements _
   ICollection.CopyTo
[C#]
public void CopyTo(
   Array array,
   int index
);

Parameters

array

The one-dimensional Array that is the destination of the elements copied from AffixRuleCollection. The Array must have zero-based indexing.

index

The zero-based index in array at which copying begins.

Implements

ICollection.CopyTo

See Also

AffixRuleCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace