Lazy<T, TMetadata> Properties
Silverlight
The Lazy<T, TMetadata> type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsValueCreated | Gets a value that indicates whether a value has been created for this Lazy<T> instance. (Inherited from Lazy<T>.) |
|
Metadata | Gets or sets the metadata associated with the referenced value. |
|
Value | Gets the lazily initialized value of the current Lazy<T> instance. (Inherited from Lazy<T>.) |