NetworkVariable<(Of <(<'T>)>)>..::..UnaryPlus Operator
Unary plus operator to retrieve the value from a NetworkVariable.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public static T operator +( NetworkVariable<T> value )
Parameters
- value
- Type: com.onlineobject.objectnet..::..NetworkVariable<(Of <(<'T>)>)>
The NetworkVariable instance to extract the value from.