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)
Syntax
public static implicit operator Patchable<T> (
T value
)
public:
static operator Patchable<T>^ (
T value
)
F# does not support this operator
Public Shared Widening Operator CType (
value As T
) As Patchable(Of T)
Parameters
value
Type: TObject to convert.
Return Value
Type: Microsoft.WindowsAzure.Patchable<T>
Converted object.
See Also
Implicit Overload
Patchable<T> Class
Microsoft.WindowsAzure Namespace
Return to top