PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesCustom­Attribute­Override­ActionMerge­Add­Property
Open sandboxFocus

CustomAttributeOverrideAction.MergeAddProperty Field

Merges the existing custom attribute with the template custom attribute by adding properties and fields. If the existing custom attribute defines the same properties and fields as the template custom attribute, they are not overridden.

Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public const CustomAttributeOverrideAction MergeAddProperty
Returns
Type Description
CustomAttributeOverrideAction
Remarks

Constructors arguments of the template custom attribute are ignored during merging.