System.Configuration.KeyValueConfigurationCollection.CreateNewElement C# (CSharp) Méthode

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat ConfigurationElement
        protected override ConfigurationElement CreateNewElement() {
            return new KeyValueConfigurationElement();
        }