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: TType Parameters
- T
Show: