The CogDictionary 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.
(Inherited from CogSerializableChangedEventBase.) | |
| Count |
Returns the number of items in the dictionary.
(Inherited from CogSerializableDictionaryBase.) | |
| Dictionary |
Gets the IDictionary interface of this instance.
(Inherited from CogSerializableDictionaryBase.) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| InnerHashtable |
Gets a Hashtable containg the elements.
(Inherited from CogSerializableDictionaryBase.) | |
| Item | ||
| Keys |
Gets a collection of all keys in the dictionary.
(Inherited from CogSerializableDictionaryBase.) | |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) | |
| Values |
Gets a collection of all values in the dictionary.
(Inherited from CogSerializableDictionaryBase.) |
See Also