Lazy(Of T, TMetadata) Constructor (TMetadata, LazyThreadSafetyMode)
[ 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 thread safety mode.
Assembly: mscorlib.Extensions (in mscorlib.Extensions.dll)
Parameters
- metadata
- Type: TMetadata
The metadata.
- mode
- Type: System.Threading.LazyThreadSafetyMode
The thread-safety mode.
Show: