'Declaration
<CanBeNullAttribute()> Public Operator Widening CType( _ ByVal simpleAttributeOperand As UASimpleAttributeOperand _ ) As UAAttributeField
'Usage
[CanBeNull()] public UAAttributeField operator implicit( UASimpleAttributeOperand simpleAttributeOperand )
[CanBeNull()] public: operator UAAttributeField^ ( UASimpleAttributeOperand^ simpleAttributeOperand )
Parameters
- simpleAttributeOperand
- Simple attribute operand to be converted.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).