Table of Contents

Class CodeXmlComment

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll

XML-doc commentary.

public sealed class CodeXmlComment : ICodeElement
Inheritance
CodeXmlComment
Implements
Extension Methods

Constructors

CodeXmlComment()

public CodeXmlComment()

Properties

Parameters

Documentation for method/constructor parameters.

public IReadOnlyList<CodeXmlComment.ParameterComment> Parameters { get; }

Property Value

IReadOnlyList<CodeXmlComment.ParameterComment>

Summary

Summary documentation element.

public string? Summary { get; }

Property Value

string