This class can be used as a base class for all the IConfigDictionary implementation.

C# | Visual Basic | Visual C++ |
public abstract class ConfigDictionary : IConfigDictionary, IConfigWithKeys
Public MustInherit Class ConfigDictionary _ Implements IConfigDictionary, IConfigWithKeys
public ref class ConfigDictionary abstract : IConfigDictionary, IConfigWithKeys

All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
![]() | ConfigDictionary()()() | Initializes a new instance of the ConfigDictionary class |
![]() | AllKeys |
Gets all of the keys.
|
![]() | DictionaryChanged |
Occurs when the dictionary has changed.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetValueImpl(String, Object%) |
Gets the value.
|
![]() | Item[([(String])]) |
Gets the task with the specified key.
|
![]() | MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Name |
Gets the name.
|
![]() | OnDictionaryChanged(DynamicCollectionEventArgs) |
Occurs if the dictionary changes.
|
![]() | Register()()() |
Registers this instance.
|
![]() | RemoveImpl(String) |
Removes the key.
|
![]() | Save()()() |
Saves this instance.
|
![]() | SetValueImpl(String, Object) |
Sets the value.
|
![]() | ToString()()() | (Inherited from Object.) |
![]() | Unregister()()() |
Unregisters this instance.
|

Object | |
![]() | ConfigDictionary |