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. |