Classe System.Lazy<'T> (F#)
Incapsula un valore calcolato in differita.
Percorso spazio dei nomi/modulo: System
Assembly: FSharp.Core (in FSharp.Core.dll)
[<AllowNullLiteral>]
type Lazy<'T> =
class
member this.IsValueCreated : bool
member this.Value : 'T
end
Note
Questo tipo viene fornito per l'utilizzo esclusivo con F# Runtime destinato a .NET Framework 2.0. Se si utilizza .NET Framework 4, utilizzare il tipo .NET Framework 4 con lo stesso nome, Lazy<T>.
Membri di istanza
Membro |
Oggetto di descrizione |
---|---|
True se il valore è pronto per l'accesso. |
|
Valore contenuto in Lazy. |
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
Silverlight
Supportato in: 3