Operator implicit operator
implicit operator T(ForceNetworkSerializeByMemcpy<T>)
Convert implicitly from the ForceNetworkSerializeByMemcpy wrapper to the underlying value
Declaration
public static implicit operator T(ForceNetworkSerializeByMemcpy<T> container)
Parameters
| Type | Name | Description |
|---|---|---|
| ForceNetworkSerializeByMemcpy<T> | container | The wrapper |
Returns
| Type | Description |
|---|---|
| T | The underlying value |
implicit operator ForceNetworkSerializeByMemcpy<T>(T)
Convert implicitly from a T value to a ForceNetworkSerializeByMemcpy wrapper
Declaration
public static implicit operator ForceNetworkSerializeByMemcpy<T>(T underlyingValue)
Parameters
| Type | Name | Description |
|---|---|---|
| T | underlyingValue | the value |
Returns
| Type | Description |
|---|---|
| ForceNetworkSerializeByMemcpy<T> | a new wrapper |