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

