'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Widening CType( _ ByVal pubSubConnectionElement As UAPubSubConnectionElement _ ) As UAPubSubConnectionDescriptor
'Usage
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public UAPubSubConnectionDescriptor operator implicit( UAPubSubConnectionElement pubSubConnectionElement )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: operator UAPubSubConnectionDescriptor^ ( UAPubSubConnectionElement^ pubSubConnectionElement )
Parameters
- pubSubConnectionElement
- The PubSub connection element to be converted.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
null
if the input is null
.
This method can return null
(Nothing
in Visual Basic).