Class CommentBlock
A collection of adjacent comment lines, for example
/// <summary>
/// Represents a named tuple.
/// </summary>
Import path
import csharpDirect supertypes
Predicates
| getAChild | Gets a comment line in this comment block. |
| getALine | Gets a line of text in this comment block. |
| getANonEmptyLine | Gets a |
| getAProbableCodeLine | Gets a |
| getAfter | Gets the |
| getAnElement | Gets an |
| getBefore | Gets the |
| getChild | Gets the |
| getElement | Gets the |
| getLocation | Gets the location of this comment block |
| getNumLines | Gets the number of lines in this comment block. |
| getParent | Gets the |
| isOrphan | Holds if the comment has no associated |
| isXmlCommentBlock | Holds if this block consists entirely of XML comments. |
| toString | Gets a textual representation of this comment block. |