Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Convert an F# first class function value to a value of type Converter<TInput, TOutput>.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
static member ToConverter : ('T -> 'U) -> Converter<'T,'U>
// Usage:
FSharpFunc.ToConverter (func)
Parameters
func
Type: 'T -> 'UThe input function.
Return Value
An instance of Converter<TInput, TOutput> that represents the input function.
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 2.0, 4.0