BB.Caching.ConnectionGroupCollection.GetElementKey C# (CSharp) Method

GetElementKey() protected method

Gets the key for an element.
protected GetElementKey ( ConfigurationElement element ) : object
element ConfigurationElement /// An instance of a . ///
return object
        protected override object GetElementKey(ConfigurationElement element)
        {
            return ((GroupElement)element).Name;
        }
    }
ConnectionGroupCollection