CallerAttributes Enumeration |
Possible values of the Attributes property.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.6.14.0 (6.6.14.0)
C#
[FlagsAttribute] public enum CallerAttributes
Member name | Value | Description | |
---|---|---|---|
None | 0 | Default. | |
IsAsync | 1 | Determines whether the caller is an async method. |