Lazy<T, TMetadata>
Provides a lazy indirect reference to an object and its associated metadata for use by the Managed Extensibility Framework.
Gets the metadata associated with the referenced object.
Initializes a new instance of the Lazy<T, U> class with the specified metadata that uses the specified function to get the referenced object.
Initializes a new instance of the Lazy<T, U> class with the specified metadata.
Initializes a new instance of the Lazy<T, U> class with the specified metadata and thread safety value.
Initializes a new instance of the Lazy<T, U> class with the specified metadata and thread safety value that uses the specified function to get the referenced object.
Initializes a new instance of the Lazy<T, U> class with the specified metadata and thread synchronization mode.
Initializes a new instance of the Lazy<T, U> class with the specified metadata and thread synchronization mode that uses the specified function to get the referenced object.