AffixRuleCollection.Synchronized Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixRuleCollection.Synchronized Method 

Returns a synchronized (thread-safe) wrapper for the AffixRuleCollection.

[Visual Basic]Public Shared Function Synchronized( _
   ByVal nonSync As AffixRuleCollection _
) As AffixRuleCollection
[C#]
public static AffixRuleCollection Synchronized(
   AffixRuleCollection nonSync
);

Parameters

nonSync

The AffixRuleCollection to synchronize.

See Also

AffixRuleCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace