'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Widening CType( _ ByVal discoveryElement As UADiscoveryElement _ ) As UAEndpointDescriptor
'Usage
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public UAEndpointDescriptor operator implicit( UADiscoveryElement discoveryElement )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: operator UAEndpointDescriptor^ ( UADiscoveryElement^ discoveryElement )
Parameters
- discoveryElement
- The discovery element to be converted.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
For a non-null input, returns the endpoint descriptor that corresponds to the discovery URL of the discovery element. Returns
null
if the input is null
.
This method can return null
(Nothing
in Visual Basic).