StatLight.Core.Reporting.Providers.Xml.XmlReport.XmlReport C# (CSharp) Méthode

XmlReport() public méthode

public XmlReport ( TestReportCollection report ) : System
report TestReportCollection
Résultat System
        public XmlReport(TestReportCollection report)
        {
            if (report == null)
                throw new ArgumentNullException("report");

            _report = report;
        }