PhoneticRuleCollection.CopyTo Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

PhoneticRuleCollection.CopyTo Method 

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

[Visual Basic]Public Sub CopyTo( _
   ByVal array As PhoneticRule(), _
   ByVal index As Integer _
)
[C#]
public void CopyTo(
   PhoneticRule[] 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

PhoneticRuleCollection Class | NetSpell.SpellChecker.Dictionary.Phonetic Namespace