public void WriteTo(CodeSectionWriter codeWriter, CodeWriterOptions options)
 {
     codeWriter.WriteLine("/// <inheritdoc />");
 }
 public void WriteTo(CodeSectionWriter codeWriter, CodeWriterOptions options)
 {
     codeWriter.WriteLine($"/// <returns>{description.ToXmlContent()}</returns>");
 }
Exemplo n.º 3
0
 public void WriteTo(CodeSectionWriter codeWriter, CodeWriterOptions options)
 {
     codeWriter.WriteLine($"/// <summary>{content.ToXmlContent()}</summary>");
 }
 public void WriteTo(CodeSectionWriter codeWriter, CodeWriterOptions options)
 {
     codeWriter.WriteLine($"[{attribute}]");
 }