System.Net.Configuration.BypassElementCollection.CreateNewElement C# (CSharp) Method

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement
        protected override ConfigurationElement CreateNewElement() 
        {
            return new BypassElement();
        }