MapT1, T2, TOut(ResValueTupleT1, T2, FuncT1, T2, TOut) |
Allows a result of a tuple (t1, t2) to map with a function taking two arguments t1 and t2.
C#
|
MapT1, T2, TOut(ResValueTupleT1, T2, FuncT1, T2, TaskTOut) |
(async version) Allows a result of a tuple (t1, t2) to map with a function taking two arguments t1 and t2.
C#
|