netcoreapp2.0
namespace System.Threading.Tasks
{
    [AsyncMethodBuilder(typeof(AsyncValueTaskMethodBuilder<?>))]
    public struct ValueTask<TResult> : IEquatable<ValueTask<TResult>>
    {
        [EditorBrowsable(EditorBrowsableState.Never)]
        public static AsyncValueTaskMethodBuilder<TResult> CreateAsyncMethodBuilder();
    }
}
Assembly System.Threading.Tasks.Extensions , Version=4.1.1.0, PublicKeyToken=cc7b13ffcd2ddd51
Help Documentation
.NET Core 1.12.0
OS Platforms

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

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