AK.F1.Timing.Service.Configuration.Impl.SessionConfigurationElementCollection.CreateNewElement C# (CSharp) 메소드

CreateNewElement() 보호된 메소드

protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement
        protected override ConfigurationElement CreateNewElement()
        {
            return new SessionConfigurationElement();
        }
SessionConfigurationElementCollection