'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
Returns an attribute field with the given simple attribute operand.
This method can return null
(Nothing
in Visual Basic).