RainwayPeerId Implicit operator (1 of 2)
Implicitly treats a Int64 as RainwayPeerId
public static implicit operator RainwayPeerId(long id)
parameter | description |
---|---|
id |
See Also
- class RainwayPeerId
- namespace Rainway.SDK
RainwayPeerId Implicit operator (2 of 2)
Implicitly treats a RainwayPeerId
as Int64
public static implicit operator long(RainwayPeerId instance)
parameter | description |
---|---|
instance |
See Also
- class RainwayPeerId
- namespace Rainway.SDK