CxStatementComment

Description

sealed class Tinman.Core.Cx.Statements.CxStatementComment

Derived from

CxStatement abstract

One or more subsequent line-comments in a statement block that are exposed to the PSI model:

// 1st line of comment
// 2nd line of comment
//
// 3rd line of comment, after empty line

Public / Constructors

Cx​Statement​Comment


public constructor CxStatementComment → (1)

comment in : Text

[not-null]
See Comment.

Creates a new instance of CxStatementComment.

Public / Attributes

Comment


[Constant]
public attribute Comment → (get)

value : Text

[not-null]
The comment text.

Returns the comment text.