Lazy<T> Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Lazy<T> type exposes the following members.

Properties

  Name Description
Public property IsValueCreated Gets a value that indicates whether a value has been created for this Lazy<T> instance.
Public property Value Gets the lazily initialized value of the current Lazy<T> instance.

Top

See Also

Reference