This documentation is archived and is not being maintained.
Lazy<T, TMetadata> Properties
Visual Studio 2010
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 the metadata associated with the referenced object. |
|
Value | Gets the lazily initialized value of the current Lazy<T> instance. (Inherited from Lazy<T>.) |
Show: