Type | Description |
type FastFunc2 |
The .NET type used to represent F# function values that accept
two iterated (curried) arguments without intervening execution. This type should not
typically used directly from either F# code or from other .NET languages.
|
type FastFunc3 |
The .NET type used to represent F# function values that accept
three iterated (curried) arguments without intervening execution. This type should not
typically used directly from either F# code or from other .NET languages.
|
type FastFunc4 |
The .NET type used to represent F# function values that accept
four iterated (curried) arguments without intervening execution. This type should not
typically used directly from either F# code or from other .NET languages.
|
type FastFunc5 |
The .NET type used to represent F# function values that accept
five iterated (curried) arguments without intervening execution. This type should not
typically used directly from either F# code or from other .NET languages.
|