com.onlineobject.objectnet Namespace

NetworkVariable<(Of <(<'T>)>)> Constructor

Initializes a new instance of the NetworkVariable class with the specified initial value.

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

Syntax


public NetworkVariable(

	T value

)

Parameters

value
Type: T
The initial value of the network variable.