Aspects.Logging.Configuration.Infrastructure.TagCollection.GetElementKey C# (CSharp) Method

GetElementKey() protected method

Gets the element key for a specified configuration element when overridden in a derived class.
This method is not implemented
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The to return the key for.
return object
        protected override object GetElementKey(ConfigurationElement element)
        {
            throw new NotImplementedException();
        }
    }