MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​Aspects.​AdvicesImport­Member­Order
Open sandboxFocus

ImportMemberOrder Enum

In Metalama, equivalent functionality can be achieved using InvokerOptions. You can pass an InvokerOptions to the With method of the member or invoker (e.g. IMethod.IMethod.With).

Namespace: PostSharp.Aspects.Advices
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("In Metalama, equivalent functionality can be achieved using 'InvokerOptions'. You can pass an 'InvokerOptions' to the <c>With</c> method of the member or invoker (e.g. 'IMethod'.'M:IMethod.With').", false)]
public enum ImportMemberOrder

Fields

Name Description
AfterIntroductions

Equivalent to Default.

BeforeIntroductions

Equivalent to Base.

Default

Equivalent to Default.