AffixRuleCollection.ContainsKey Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixRuleCollection.ContainsKey Method 

Determines whether the AffixRuleCollection contains a specific key.

[Visual Basic]Public Function ContainsKey( _
   ByVal key As String _
) As Boolean
[C#]
public bool ContainsKey(
   string key
);

Parameters

key

The key to locate in the AffixRuleCollection.

Return Value

true if the AffixRuleCollection contains an element with the specified key; otherwise, false.

See Also

AffixRuleCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace