SingleAsync<T>(Task<ImmutableArray<T>>) Method
Namespace
Statiq.Common
Containing Type
AsyncExtensions

Syntax

public static Task<T> SingleAsync<T>(this Task<ImmutableArray<T>> task)

Type Parameters

Name Description
T

Parameters

Name Type Description
task Task<ImmutableArray<T>>

Return Value

Type Description
Task<T>