AffixRuleCollection Members

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

AffixRuleCollection Members

AffixRuleCollection overview

Public Static (Shared) Methods

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

Public Instance Constructors

AffixRuleCollection Overloaded. Initializes a new instance of the AffixRuleCollection class.

Public Instance Properties

Count Gets the number of elements contained in the AffixRuleCollection.
IsFixedSize gets a value indicating whether the AffixRuleCollection has a fixed size.
IsReadOnly gets a value indicating whether the AffixRuleCollection is read-only.
IsSynchronized Gets a value indicating whether access to the AffixRuleCollection is synchronized (thread-safe).
Item Gets or sets the element with the specified key.
Keys gets an ICollection containing the keys of the AffixRuleCollection.
SyncRoot Gets an object that can be used to synchronize access to the AffixRuleCollection.
Values gets an ICollection containing the values in 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 Fields

innerHash Internal Hashtable

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.

Private Instance Properties

Explicit Interface Implementations

See Also

AffixRuleCollection Class | NetSpell.SpellChecker.Dictionary.Affix Namespace