Lazy(T, TMetadata) Properties
Collapse the table of content
Expand the table of content

Lazy(Of T, TMetadata) Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The Lazy(Of T, TMetadata) type exposes the following members.

  NameDescription
Public property IsValueCreated Gets a value that indicates whether a value has been created for this Lazy(Of T) instance. (Inherited from Lazy(Of T).)
Public property Metadata Gets or sets the metadata associated with the referenced value.
Public property Value Gets the lazily initialized value of the current Lazy(Of T) instance. (Inherited from Lazy(Of T).)
Top

Show:
© 2017 Microsoft