corelibraries-devexpress-dot-xtraspellchecker-dot-dictionarycollection-dot-underscore-members.md
Represents a collection of XtraSpellChecker dictionaries.
| Name | Description |
|---|---|
| DictionaryCollection() | Initializes a new instance of the DictionaryCollection class with the default settings. |
| Name | Description |
|---|---|
| Count | Gets the number of elements actually contained in a collection. |
| Empty static | Returns an empty collection of dictionaries. |
| IsReadOnly | Gets a value indicating whether the collection is read-only. |
| Item[Int32] | Gets the dictionary object specified by its index. |
| 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