AsyncMethodBuilderAttribute sealed class AsyncMethodBuilderAttribute : Attribute Attribute to decorate a task-like type to specify a compatible asynchronous method builder. Documentation Code public AsyncMethodBuilderAttribute(Type type) Creates a new instance of the attribute using the specified type.