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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetEnumerator()
|
Returns an enumerator that iterates through the current collection.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
IndexOf(ISpellCheckerDictionary)
|
Returns an index of a dictionary in a collection.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
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.
|