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)
Syntax
Public Sub New ( _
metadata As TMetadata _
)
public Lazy(
TMetadata metadata
)
Parameters
- metadata
Type: TMetadata
The metadata.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0
See Also
Reference
Lazy<(Of <(T, TMetadata>)>) Class