IntroduceMemberAdviceInstance.IsVirtual Property |
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.21.0 (6.5.21.0)
When this property is false and the member already exists in a base type and is virtual, the member is overridden and marked as sealed.
When this property is set to null, the introduced member is virtual if it exists in a base type as a virtual member, otherwise non-virtual.