The CogHashtable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
| |
| comparer | Obsolete. (Inherited from Hashtable.) | |
| Count | Gets the number of key/value pairs contained in the Hashtable. (Inherited from Hashtable.) | |
| EqualityComparer | Gets the IEqualityComparer to use for the Hashtable. (Inherited from Hashtable.) | |
| hcp | Obsolete. Gets or sets the object that can dispense hash codes. (Inherited from Hashtable.) | |
| IsFixedSize | Gets a value indicating whether the Hashtable has a fixed size. (Inherited from Hashtable.) | |
| IsReadOnly | Gets a value indicating whether the Hashtable is read-only. (Inherited from Hashtable.) | |
| IsSynchronized | Gets a value indicating whether access to the Hashtable is synchronized (thread safe). (Inherited from Hashtable.) | |
| Item | (Overrides Hashtable Item Object .) | |
| Keys | Gets an ICollection containing the keys in the Hashtable. (Inherited from Hashtable.) | |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as in:
if(changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
| |
| SyncRoot | Gets an object that can be used to synchronize access to the Hashtable. (Inherited from Hashtable.) | |
| Values | Gets an ICollection containing the values in the Hashtable. (Inherited from Hashtable.) |
See Also