RefDocGen
Home
API
FAQ
Templates
Configuration
Basic config
Custom static pages
Doc versioning
YAML config
C#
public class
NamedAttributeArgumentTM
assembly
RefDocGen
namespace
RefDocGen.TemplateProcessors.Shared.TemplateModels.Types
Base type:
object
Implements:
IEquatable
<
NamedAttributeArgumentTM
>
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
CodeLinkTM
Name
Name of the argument.
LanguageSpecificData
<
string
>
Value
Value of the argument.
Properties
public
CodeLinkTM
Name
{
get
;
init
;
}
#
Name of the argument.
public
LanguageSpecificData
<
string
>
Value
{
get
;
init
;
}
#
Value of the argument.
Made with
RefDocGen