BeginUpdate()
|
Prevents the BoolList from being updated until the BoolList.EndUpdate method is called.
|
Clear()
|
Removes all key/value pairs from the BoolList‘s collection.
|
Contains(String)
|
Indicates whether a particular key exists in the BoolList‘s collection of key/value pairs.
|
EndUpdate()
|
Unlocks the BoolList after a call to the ActionBase.BeginUpdate method, and causes an immediate update.
|
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 BoolList.
|
GetHashCode()
|
Serves as a hash function for the BoolList.
|
GetKeys()
|
Returns a list of key/value pair keys from the BoolList‘s collection.
|
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.
|
RemoveItem(String)
|
Removes a key/value pair with a particular key from the BoolList‘s collection.
|
SetItemValue(String, Boolean)
|
Assigns a new value to a particular key from the BoolList‘s collection of key/value pairs.
|
ToString()
|
Returns a string representation of the BoolList.
|