AttributeTargetParameters
Gets or sets the expression specifying to which parameters this instance applies.
Declaration
string? AttributeTargetParameters { get; set; }
Property Value
Type | Description |
---|---|
string | A wildcard or regular expression specifying to which parameters
this instance applies, or |
Remarks
Ignored if the only AttributeTargetElements are only types.