|
static ushort | Reverse (this ushort value) |
|
◆ Reverse()
static ushort BrawlLib.Internal.UInt16Extension.Reverse |
( |
this ushort |
value | ) |
|
|
inlinestatic |
6 {
7 return (ushort) ((value >> 8) | (value << 8));
8 }
The documentation for this class was generated from the following file:
- BrawlLib/Internal/UInt16Extension.cs