Ejemplo n.º 1
0
 public static Task <bool> IsEmpty(this IReadOnlyStream stream)
 {
     return(stream.IsEmpty(CancellationToken.None));
 }