예제 #1
0
 public XmlCommentsSvcExtension(XmlCommentsImporter importer, string documentation)
 {
     this.documentation = documentation;
     this.importer      = importer;
 }
예제 #2
0
 void IOperationContractGenerationExtension.GenerateOperation(OperationContractGenerationContext context)
 {
     XmlCommentsImporter.AddXmlComment(context.SyncMethod, documentation, XmlCommentsImporter.options);
 }