Lazy(Of T, TMetadata) Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Lazy(Of T, TMetadata) type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsValueCreated | Gets a value that indicates whether a value has been created for this Lazy(Of T) instance. (Inherited from Lazy(Of T).) |
|
Metadata | Gets or sets the metadata associated with the referenced value. |
|
Value | Gets the lazily initialized value of the current Lazy(Of T) instance. (Inherited from Lazy(Of T).) |
Show: