Class CodeComment
public sealed class CodeComment : ITopLevelElement, ICodeElement
- Inheritance
-
CodeComment
- Implements
- Extension Methods
Constructors
CodeComment(string, bool)
public CodeComment(string text, bool inline)
Parameters
Properties
Inline
Type of comment - inlined or single-line.
public bool Inline { get; }
Property Value
Text
Text of commentary.
public string Text { get; }