System.Lazy<T>: Property Members

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

Public Properties

[read-only]
IsValueCreatedbool.

Gets a value that indicates whether a value has been created for this Lazy`1 instance.

[read-only]
ValueT.

Gets the lazily initialized value of the current Lazy`1 instance.