示例#1
0
        public ElementCollection <Application> GetAll()
        {
            object sectionObject = _configuration.GetSection("DeployerSettings");

            var handler = (DeployerSettingsConfigurationHandler)sectionObject;

            return(handler.Applications);
        }