com.onlineobject.objectnet Namespace

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

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

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

Syntax


public static implicit operator NetworkVariable<T> (

	T value

)

Parameters

value
Type: T
The value to be wrapped in a NetworkVariable.

Return Value

A new NetworkVariable instance containing the value.