System.Lazy<'T> クラス (F#)
遅延計算される値をカプセル化します。
名前空間/モジュール パス: System
アセンブリ: FSharp.Core (FSharp.Core.dll)
[<AllowNullLiteral>]
type Lazy<'T> =
class
member this.IsValueCreated : bool
member this.Value : 'T
end
解説
この型は、.NET Framework 2.0 を対象とした F# ランタイムで使用するためにのみ用意されています。 .NET Framework 4 を使用している場合は、同じ名前の .NET Framework 4 の型である Lazy<T> を使用します。
インスタンス メンバー
メンバー |
説明 |
---|---|
値にアクセスする準備ができている場合は true。 |
|
Lazy に含まれる値。 |
プラットフォーム
Windows 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2
バージョン情報
F# ランタイム
サポート: 2.0
Silverlight
サポート: 3