com.onlineobject.objectnet Namespace

NetworkVariable<(Of <(<'T>)>)>..::..UnaryPlus Operator

Unary plus operator to retrieve the value from a NetworkVariable.

Namespace:  com.onlineobject.objectnet
Assembly:  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.

Return Value

The value contained in the NetworkVariable.