Patchable<T>Implicit Conversion (Patchable<T>^ to T)

 

Implicit operator that converts Patchable T to T.

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

public:
static operator T (
	Patchable<T>^ patchable
)

Parameters

patchable
Type: Microsoft.WindowsAzure::Patchable<T>^

Object to convert.

Return Value

Type: T

Converted object.

Return to top
Show: