|
Helps the C# compiler with Func type inference.
-
f
:
Func<'a, 'b, 'c>
-
Returns:
Func<'a, 'b, 'c>
|
|
Helps the C# compiler with Func type inference.
-
f
:
Func<'a, 'b>
-
Returns:
Func<'a, 'b>
|
|
Helps the C# compiler with Func type inference.
-
f
:
Func<'a>
-
Returns:
Func<'a>
|