PortablePlatformAbstraction.Get(Of T) Method (Boolean)

 

Gets the abstraction of the portable platform.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Public Shared Function Get(Of T) (
	hasDefaultImplementation As Boolean
) As T

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: T

The abstraction of the portable platform.

Type Parameters

T

The type of the abstraction.

Return to top
Show: