The properties of System.Lazy<T> are listed below. For a list of all members, see the Lazy<T> Members list.
See Also: Inherited members from System.Object
[read-only] | IsValueCreated | bool.
Gets a value that indicates whether a value has been created for this Lazy`1 instance. |
[read-only] | Value | T.
Gets the lazily initialized value of the current Lazy`1 instance. |