'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.
Return Value
For a non-null input, returns the writer group descriptor that corresponds to the writer group ID of the writer group element. Returns
null
if the input is null
.