Operator implicit operator
implicit operator T?(ObjectVariable<T>)
Implicit conversion of the value of this variable.
public static implicit operator T?(ObjectVariable<T> value)
Parameters
valueObjectVariable<T>
Returns
- T
Implicit conversion of the value of this variable.
public static implicit operator T?(ObjectVariable<T> value)
value ObjectVariable<T>