Пример #1
0
 public static bool IsTaskType(this IDeclaredType type) => type.IsTask() || type.IsGenericTask();