Lazy(T, TMetadata) Constructor (TMetadata)

Lazy(Of T, TMetadata) Constructor (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.

Namespace:  System
Assembly:  mscorlib.Extensions (in mscorlib.Extensions.dll)

'Declaration
Public Sub New ( _
	metadata As TMetadata _
)

Parameters

metadata
Type: TMetadata
The metadata.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft