Back to Devexpress

DictionaryCollection Members

corelibraries-devexpress-dot-xtraspellchecker-dot-dictionarycollection-dot-underscore-members.md

latest5.0 KB
Original Source

DictionaryCollection Members

Represents a collection of XtraSpellChecker dictionaries.

Constructors

NameDescription
DictionaryCollection()Initializes a new instance of the DictionaryCollection class with the default settings.

Properties

NameDescription
CountGets the number of elements actually contained in a collection.
Empty staticReturns an empty collection of dictionaries.
IsReadOnlyGets a value indicating whether the collection is read-only.
Item[Int32]Gets the dictionary object specified by its index.

Methods

NameDescription
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) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

DictionaryCollection Class

DevExpress.XtraSpellChecker Namespace