Table of Contents

Class CodeComment

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll
public sealed class CodeComment : ITopLevelElement, ICodeElement
Inheritance
CodeComment
Implements
Extension Methods

Constructors

CodeComment(string, bool)

public CodeComment(string text, bool inline)

Parameters

text string
inline bool

Properties

Inline

Type of comment - inlined or single-line.

public bool Inline { get; }

Property Value

bool

Text

Text of commentary.

public string Text { get; }

Property Value

string