PostSharpAPI ReferencePost­Sharp.​ExtensibilityMulticast­AttributeAttribute­Replace
Open sandboxFocus

MulticastAttribute.AttributeReplace Property

AttributeReplace

Determines whether this attribute replaces other attributes found on the target declarations.

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

true if the current instance will replace previous ones, or false if it will be added to previous instances.