'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.
Return Value
Returns an attribute field with the given simple attribute operand.