示例#1
0
 internal static unsafe byte[] GetBytes(ushort value)
 {
     return(BitConverterLE.GetUShortBytes((byte *)&value));
 }