CxAttribute

Description

sealed class Tinman.Core.Cx.Declarations.CxAttribute

A compile-time attribute for types, members and parameters:

Type
Type(a, b, c)

ICxExpressionsContainer.Expressions returns the attribute arguments.

Public / Constructors

Cx​Attribute


public constructor CxAttribute → (2)

type in : CxTypeName

[not-null]
See Type.

expressions in : IBagConst<CxExpression>

The attribute argument list or null for an empty list. See ICxExpressionsContainer.Expressions.

Creates a new instance of CxAttribute.

Public / Attributes

Type


[Constant]
public attribute Type → (get)

value : CxTypeName

[not-null]
The attribute type.

Returns the attribute type.