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)

Syntax

public static implicit operator T (
    Patchable<T> patchable
)
public:
static operator T (
    Patchable<T>^ patchable
)
F# does not support this operator
Public Shared Widening Operator CType (
    patchable As Patchable(Of T)
) As T

Parameters

Return Value

Type: T

Converted object.

See Also

Implicit Overload
Patchable<T> Class
Microsoft.WindowsAzure Namespace

Return to top