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