ConfigurationDictionary Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
The ConfigurationDictionary type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConfigurationDictionary |
Initializes a new instance of the ConfigurationDictionary class
|
Methods
Name | Description | |
---|---|---|
Add |
Adds the specified key and value to the dictionary.
(Inherited from Dictionary<String, ConfigurationSection>.) |
|
Clear |
Removes all keys and values from the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, ConfigurationSection>.) |
|
ContainsKey |
Determines whether the Dictionary<TKey, TValue> contains the specified key.
(Inherited from Dictionary<String, ConfigurationSection>.) |
|
ContainsValue |
Determines whether the Dictionary<TKey, TValue> contains a specific value.
(Inherited from Dictionary<String, ConfigurationSection>.) |
|
Equals | (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.) |
|
GetEnumerator |
Returns an enumerator that iterates through the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, ConfigurationSection>.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Remove |
Removes the value with the specified key from the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, ConfigurationSection>.) |
|
ToString | (Inherited from Object.) | |
TryGetValue |
Gets the value associated with the specified key.
(Inherited from Dictionary<String, ConfigurationSection>.) |
Properties
Name | Description | |
---|---|---|
Comparer |
Gets the IEqualityComparer<T> that is used to determine equality of keys for the dictionary.
(Inherited from Dictionary<String, ConfigurationSection>.) |
|
Count |
Gets the number of key/value pairs contained in the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, ConfigurationSection>.) |
|
Item |
Gets or sets the value associated with the specified key.
(Inherited from Dictionary<String, ConfigurationSection>.) |
|
Keys |
Gets a collection containing the keys in the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, ConfigurationSection>.) |
|
Values |
Gets a collection containing the values in the Dictionary<TKey, TValue>.
(Inherited from Dictionary<String, ConfigurationSection>.) |
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Collections Namespace