public BundleDocumenter (Assembly assy, string docpath) { this.assy = assy; this.docpath = docpath; assy_vers = assy.GetName ().Version.ToString (); result = new ResultDocumenter (this); provider = new ProviderDocumenter (this); rule = new RuleDocumenter (this); regex = new RegexMatcherDocumenter (this); matcher = new MatcherDocumenter (this); }
public BundleDocumenter(Assembly assy, string docpath) { this.assy = assy; this.docpath = docpath; assy_vers = assy.GetName().Version.ToString(); result = new ResultDocumenter(this); provider = new ProviderDocumenter(this); rule = new RuleDocumenter(this); regex = new RegexMatcherDocumenter(this); matcher = new MatcherDocumenter(this); }