AttributeTargetParameterAttributes
Gets or sets the passing style (by value, out or ref) of parameters to which this attribute applies.
Declaration
public MulticastAttributes AttributeTargetParameterAttributes { get; set; }Property Value
| Type | Description |
|---|---|
| MulticastAttributes |
Implements
Remarks
Ignored if the AttributeTargetElements do not include parameters.