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

 

Implicit operator that converts T to Patchable T.

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

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

Parameters

value
Type: T

Object to convert.

Return Value

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

Converted object.

Return to top
Show: