Patchable<T> Implicit Conversion Operators

 

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticImplicit(T to Patchable<T>^)

Implicit operator that converts T to Patchable T.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Patchable<T>^ to T)

Implicit operator that converts Patchable T to T.

Return to top
Show: