public sealed class CodeComment : CodeElement
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public CodeComment(string text, CodeComment.CommentStyle commentStyle = CodeComment.CommentStyle.Line)
   
  Parameters
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public CodeComment.CommentStyle Style { get; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string Text { get; }
   
  Property Value
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    protected override void EmitInner(CodeEmitter emitter)
   
  Parameters
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    public static CodeComment XmlDocumentatation(XmlDocumentationTags tags)
   
  Parameters
  
  Returns
  
  Extension Methods