Lazy<T> Properties
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| 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:
