Class UseAsyncMethodAttribute
Attribute used to indicate methods that should be rewritten to asynchronous variants, for use by any of the CPS rewriter classes. Each CPS rewriter class can define its own mapping between the method the attribute is applied to and its asynchronous variant.
Inheritance
System.Object
UseAsyncMethodAttribute
Namespace: System.Linq.CompilerServices
Assembly: Nuqleon.Linq.CompilerServices.dll
Syntax
public sealed class UseAsyncMethodAttribute : Attribute
Constructors
UseAsyncMethodAttribute()
Declaration
public UseAsyncMethodAttribute()