Class NameValueConfigurationCollectionWrapper
Wraps a KeyValueConfigurationCollection for ease of access to the value
Inheritance
System.Object
NameValueConfigurationCollectionWrapper
Namespace: ImageVault.Common.Lib.Configuration
Assembly: ImageVault.Common.dll
Syntax
public class NameValueConfigurationCollectionWrapper : Object
Constructors
NameValueConfigurationCollectionWrapper(KeyValueConfigurationCollection)
Initializes a new instance of the NameValueConfigurationCollectionWrapper class.
Declaration
public NameValueConfigurationCollectionWrapper(KeyValueConfigurationCollection collection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Configuration.KeyValueConfigurationCollection | collection |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | If |
Properties
Item[String]
Get/Sets the System.String item identified by the given arguments of the NameValueConfigurationCollectionWrapper
Declaration
public string this[string key] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key |
Property Value
| Type | Description |
|---|---|
| System.String |