Rebel.Cms.Web.Mvc.Areas.InstallAreaRegistration.InstallAreaRegistration C# (CSharp) Метод

InstallAreaRegistration() публичный Метод

public InstallAreaRegistration ( RebelSettings rebelSettings ) : System
rebelSettings RebelSettings
Результат System
        public InstallAreaRegistration(RebelSettings rebelSettings)
        {
            _rebelSettings = rebelSettings;            
        }