NetworkVariable<(Of <(<'T>)>)> ImplicitWideningImplicitImplicitImplicit Conversion (T to NetworkVariable)
   Implicitly converts a value of type T to a NetworkVariable of type T.
   
                
    Namespace: 
   com.onlineobject.objectnetAssembly: 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. 

