Add(Position, Position, String)
|
Adds a specified word ignored only in the given location to a list of ignored words.
|
Add(String)
|
Adds a specified word to a list of ignored words.
|
Clear()
|
Removes all items from the ignore list.
|
Contains(Position, Position, String)
|
Determines whether the ignored words’ list contains the specified word, and the word is ignored in the given location.
|
Contains(String)
|
Determines whether a word is in the list of ignored words.
|
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.
|
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(Position, Position, String)
|
Removes a word ignored only once from the list.
|
Remove(String)
|
Removes a word from the list.
|
ToString()
|
Returns a string that represents the current object.
|