'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> <JetBrains.Annotations.ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Widening CType( _ ByVal discoveryElement As UADiscoveryElement _ ) As UAEndpointDescriptor
'Usage
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ContractAnnotation("null => null; notnull => notnull")] public UAEndpointDescriptor operator implicit( UADiscoveryElement discoveryElement )
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.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).