Skip to main content

DictionaryCollection Methods

Represents a collection of XtraSpellChecker dictionaries.
Name Description
Add(ISpellCheckerDictionary) Adds a dictionary to the collection.
AddRange(ICollection) Appends the elements of a specified collection to the DictionaryCollection object.
Clear() Removes all items from the collection.
Contains(ISpellCheckerDictionary) Determines whether a dictionary is in the collection.
CopyTo(ISpellCheckerDictionary[], Int32) Copies all elements from the collection to the specified array, starting at a particular array index.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetEnumerator() Returns an enumerator that iterates through the current collection.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IndexOf(ISpellCheckerDictionary) Returns an index of a dictionary in a collection.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove(ISpellCheckerDictionary) Removes the specified dictionary from the collection.
RemoveAt(Int32) Removes the element at the specified index of the current collection.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also