ExtensionMethods::GetValueIfCreated<T> Method (Lazy<T>^)

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
generic<typename T>
where T : ref class
[ExtensionAttribute]
static T GetValueIfCreated(
	Lazy<T>^ lazy
)

Parameters

lazy
Type: System::Lazy<T>^

Return Value

Type: T

Type Parameters

T

Return to top
Show: