Lazy<T> Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Lazy<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsValueCreated | Gets a value that indicates whether a value has been created for this Lazy<T> instance. |
|
Value | Gets the lazily initialized value of the current Lazy<T> instance. |
Show: