MulticastAttribute.AttributePriority Property |
Gets or sets the priority of the current attribute in case that multiple
instances are defined on the same element (lower values are processed before).
Namespace:
PostSharp.Extensibility
Assembly:
PostSharp (in PostSharp.dll) Version: 6.4.11.0 (6.4.11.0)
Syntaxpublic int AttributePriority { get; set; }
Property Value
Type:
Int32
Remarks
You should use only 16-bit values in user code. Top 16 bits are reserved for the system.
See Also