StatLight.Core.Reporting.Providers.Xml.XmlReport.XmlReport C# (CSharp) 메소드

XmlReport() 공개 메소드

public XmlReport ( TestReportCollection report ) : System
report TestReportCollection
리턴 System
        public XmlReport(TestReportCollection report)
        {
            if (report == null)
                throw new ArgumentNullException("report");

            _report = report;
        }