Share via


Patchable<T> Implicit Conversion Operators

 

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

Overload List

Name Description
System_CAPS_puboperatorSystem_CAPS_static Implicit(T to Patchable<T>)

Implicit operator that converts T to Patchable T.

System_CAPS_puboperatorSystem_CAPS_static Implicit(Patchable<T> to T)

Implicit operator that converts Patchable T to T.

See Also

Patchable<T> Class
Microsoft.WindowsAzure Namespace

Return to top