ParallelMSpecRunner.Options.Options C# (CSharp) Метод

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

public Options ( ) : System
Результат System
        public Options()
        {
            AssemblyFiles = null;
            ExcludeTags = null;
            IncludeTags = null;
            DisableTeamCityAutodetection = false;
            TeamCityIntegration = false;
            ShowTimeInformation = false;
            NoColor = false;
            Progress = false;
            Silent = false;
            FilterFile = string.Empty;
            HtmlPath = string.Empty;
            XmlPath = string.Empty;
            Threads = 2;
        }