Table of Contents

Class CodeXmlComment.ParameterComment

Namespace
LinqToDB.CodeModel
Assembly
linq2db.Tools.dll
public record CodeXmlComment.ParameterComment : IEquatable<CodeXmlComment.ParameterComment>
Inheritance
CodeXmlComment.ParameterComment
Implements
Extension Methods

Constructors

ParameterComment(CodeIdentifier, string)

public ParameterComment(CodeIdentifier Parameter, string Comment)

Parameters

Parameter CodeIdentifier
Comment string

Properties

Comment

public string Comment { get; init; }

Property Value

string

Parameter

public CodeIdentifier Parameter { get; init; }

Property Value

CodeIdentifier