CTCClassSchedule.AutomatedFootnotesConfig.AutomatedFootnotesConfig C# (CSharp) Метод

AutomatedFootnotesConfig() статический приватный Метод

Constructor. Initiates the serialization of the automated footnotes section in the web.config file.
static private AutomatedFootnotesConfig ( ) : System
Результат System
        static AutomatedFootnotesConfig()
        {
            AutomatedFootnotesSection sec = (AutomatedFootnotesSection)System.Configuration.ConfigurationManager.GetSection("ctcAutomatedFootnoteSettings");
            _footnoteInstances = GetFootnoteInstances(sec.FootnoteInstances);
        }