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.ExtensibilityAssembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.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