Search Results for

    Show / Hide Table of Contents

    Class NameValueConfigurationCollectionWrapper

    Wraps a KeyValueConfigurationCollection for ease of access to the value

    Inheritance
    System.Object
    NameValueConfigurationCollectionWrapper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Lib.Configuration
    Assembly: ImageVault.Common.dll
    Syntax
    public class NameValueConfigurationCollectionWrapper

    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 collection is null.

    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

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022