'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Widening CType( _ ByVal writerGroupElement As UAWriterGroupElement _ ) As UAWriterGroupDescriptor
'Usage
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public UAWriterGroupDescriptor operator implicit( UAWriterGroupElement writerGroupElement )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: operator UAWriterGroupDescriptor^ ( UAWriterGroupElement^ writerGroupElement )
Parameters
- writerGroupElement
- The writer group 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).