AffixRuleCollection Methods

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixRuleCollection Methods

The methods of the AffixRuleCollection class are listed below. For a complete list of AffixRuleCollection class members, see the AffixRuleCollection Members topic.

Public Static (Shared) Methods

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

Public Instance Methods

Add adds an element with the provided key and value to the AffixRuleCollection.
Clear removes all elements from the AffixRuleCollection.
Clone Creates a new object that is a copy of the current instance.
Contains Determines whether the AffixRuleCollection contains an element with the specified key.
ContainsKey Determines whether the AffixRuleCollection contains a specific key.
ContainsValue Determines whether the AffixRuleCollection contains a specific value.
CopyTo copies the elements of the AffixRuleCollection to an Array, starting at a particular Array index.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator Returns an enumerator that can be used to iterate through the 'AffixRuleCollection'.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Remove Removes the element with the specified key from the AffixRuleCollection.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Explicit Interface Implementations

See Also

AffixRuleCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace