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

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return ConfigurationElement
        protected override ConfigurationElement CreateNewElement() 
        {
            return new ConnectionManagementElement();
        }