'Declaration<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal internalValue As VarTypes _ ) As VarType
'Usage
 
            [NotNull()] public VarType operator implicit( VarTypes internalValue )
[NotNull()] public: operator VarType^ ( VarTypes internalValue )
Parameters
- internalValue
 - Enumerated value to be converted.
 
Return Value
Returns a VarType converted from the input argument.