다음을 통해 공유


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>을 사용합니다.

인스턴스 멤버

멤버

설명

IsValueCreated

값에 액세스할 준비가 된 경우 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

참고 항목

참조

System 네임스페이스(F#)