AK.F1.Timing.Service.Configuration.Impl.SessionConfigurationElementCollection.CreateNewElement C# (CSharp) Méthode

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement
        protected override ConfigurationElement CreateNewElement()
        {
            return new SessionConfigurationElement();
        }
SessionConfigurationElementCollection