Tipo Core.byref<'T> (F#)
Rappresenta un puntatore gestito nel codice F#.
Percorso spazio dei nomi/modulo: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
type byref<'T> =
class
end
Note
Il tipo di byref viene utilizzato per passare un argomento a una funzione o a un metodo con semantica di riferimento. Parametro ref o out in C# viene visto da F# come un parametro di questo tipo. Cella di riferimento che può essere utilizzata come argomento per i parametri di questo tipo. Questa condizione è illustrata nel codice che segue.
let date = ref System.DateTime.Now
if System.DateTime.TryParse("1/1/2001", date ) then
printfn "%A" !date
else
printfn "Failed to parse input."
Piattaforme
Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2.
Informazioni sulla versione
F# Runtime
Supportato in: 2.0, 4.0
Silverlight
Supportato in: 3