Freigeben über


Control.lazy<'T>-Typabkürzung

Dieser Typ ist eine Abkürzung für Lazy<T>.

Namespace/Modulpfad: Microsoft.FSharp.Control

Assembly: FSharp.Core (in FSharp.Core.dll)

type lazy<'T> = Lazy<'T>

Plattformen

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Versionsinformationen

F#-Kern-Bibliotheks-Versionen

Unterstützt in: 2,0, 4,0, portablen

Siehe auch

Referenz

Microsoft.FSharp.Control-Namespace (F#)

Lazy<T>

System.Lazy<'T>-Klasse (F#)

Verzögerte Berechnungen (F#)