netcoreapp2.0
namespace System.Threading.Tasks
{
    [AsyncMethodBuilder(typeof(AsyncValueTaskMethodBuilder<?>))]
    public struct ValueTask<TResult> : IEquatable<ValueTask<TResult>>
    {
        [EditorBrowsable(EditorBrowsableState.Never)]
        public static AsyncValueTaskMethodBuilder<TResult> CreateAsyncMethodBuilder();
    }
}
.NET Core 1.12.0
Information specific to netcoreapp2.0
Assembly

System.Threading.Tasks.Extensions , Version=4.1.1.0, PublicKeyToken=cc7b13ffcd2ddd51

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/11/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙