BB.Caching.ConnectionGroupCollection.GetElementKey C# (CSharp) Méthode

GetElementKey() protected méthode

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