public class NamedAttributeArgumentTM

assembly RefDocGen
namespace RefDocGen.TemplateProcessors.Shared.TemplateModels.Types
Base type:  object

Represents the template model for an attribute's named argument.

Constructors

public NamedAttributeArgumentTM(CodeLinkTM Name, LanguageSpecificData<string> Value) #
Represents the template model for an attribute's named argument.
Parameters
Name of the argument.
Value of the argument.

Properties

public CodeLinkTM Name { get; init; } #
Name of the argument.
public LanguageSpecificData<string> Value { get; init; } #
Value of the argument.