PortablePlatformAbstraction.Get(Of T) Method (Boolean)
Gets the abstraction of the portable platform.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- hasDefaultImplementation
-
Type:
System.Boolean
The indicator of whether the abstraction has a default implementation. true if the abstraction has a default implementation; otherwise, false.
Return Value
Type: TThe abstraction of the portable platform.
Type Parameters
- T
The type of the abstraction.
Show: