Open sandboxFocus

Property AspectPriority

AspectPriority

It is not possible to set the aspect priority on a per-instance basis in Metalama. Instead, all aspects are statically ordered using the AspectOrderAttribute custom attribute.

Declaration
[Obsolete("It is not possible to set the aspect priority on a per-instance basis in Metalama. Instead, all aspects are statically ordered using the 'AspectOrderAttribute' custom attribute.", true)]
public int AspectPriority { get; set; }
Property Value
Type Description
int
See Also