MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​AspectsAspectAspect­Priority
Open sandboxFocus

Aspect.AspectPriority Property

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
public int AspectPriority { get; set; }
Property Value
Type Description
System.Int32
See Also