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 value of type Converter<TInput, TOutput> to a F# first class function value or vice versa.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signatures:
static member op_Implicit : Converter<'T,'U> -> 'T -> 'U
static member op_Implicit : ('T -> 'U) -> Converter<'T,'U>
// Usage:
FSharpFunc.op_Implicit (converter)
FSharpFunc.op_Implicit (func)
Parameters
converter
Type: Converter<TInput, TOutput><'T, 'U>The input Converter<TInput, TOutput> instance.
func
Type: 'T -> 'UAn input function to be converted to a Converter<TInput, TOutput> instance..
Return Value
The result of the conversion.
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 2.0, 4.0