AffixRuleCollection.Item Property

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixRuleCollection.Item Property

Gets or sets the element with the specified key.

[Visual Basic]Public Default Property Item( _
   ByVal key As String _
) As AffixRule
[C#]
public AffixRule this[
   string key
] {get; set;}

Property Value

The key of the element to get or set.

See Also

AffixRuleCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace