MetalamaAPI documentationIntrospection APIMetalama.​Framework.​IntrospectionIIntrospection­Aspect­LayerOrder
Open sandboxFocus

IIntrospectionAspectLayer.Order Property

Order

Gets the actual order in which the layer is executed against the code model, which typically the inverse order in which the code generated by the layer is executed. This order is determined by evaluating the set of AspectOrderAttribute attributes, and applying alphabetical sort to resolve ambiguities. To get the order that relies only on AspectOrderAttribute attributes, without alphabetical ordering, see ExplicitOrder.

Declaration
int? Order { get; }
Property Value
Type Description
int?