PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesIntroduce­Member­AttributeIs­Virtual
Open sandboxFocus

IntroduceMemberAttribute.IsVirtual Property

IsVirtual

Determines whether the introduced member should be virtual.

Declaration
public bool IsVirtual { get; set; }
Property Value
Type Description
Boolean
Remarks

Value of this property is ignored when the member to be introduced already exists in the aspect target type or its base type.