コード例 #1
0
 public SchemaDescriptionUpdater(TContext context, string xmlDocumentationPath)
 {
     this.context = context;
     reader       = new XmlAnnotationReader(xmlDocumentationPath);
 }
コード例 #2
0
 public SchemaDescriptionUpdater(TContext context)
 {
     this.context = context;
     reader       = new XmlAnnotationReader();
 }