com.onlineobject.objectnet Namespace

NetworkVariable<(Of <(<'T>)>)> ImplicitWideningImplicitImplicitImplicit Conversion (NetworkVariable to T)

Implicitly converts a NetworkVariable of type T to a value of type T.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static implicit operator T (

	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.