Lazy(Of T, TMetadata) Constructor (Func(Of T), TMetadata)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the Lazy(Of T, TMetadata) class with the specified metadata and factory for the referenced value.
Assembly: mscorlib.Extensions (in mscorlib.Extensions.dll)
Parameters
- valueFactory
- Type: System.Func(Of T)
A function that returns the referenced value.
- metadata
- Type: TMetadata
The metadata.
Show: