C# Class BB.Caching.ConnectionGroupCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: JesseBuesking/BB.Caching

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement

Creates a new connection group element.

GetElementKey ( ConfigurationElement element ) : object

Gets the key for an element.

Method Details

CreateNewElement() protected method

Creates a new connection group element.
protected CreateNewElement ( ) : ConfigurationElement
return ConfigurationElement

GetElementKey() protected method

Gets the key for an element.
protected GetElementKey ( ConfigurationElement element ) : object
element ConfigurationElement /// An instance of a . ///
return object