コード例 #1
0
 /// <summary>
 /// Gets that raw bytes.
 /// </summary>
 /// <returns></returns>
 internal byte[] GetRaw()
 {
     return(_raw ?? (_raw = ByteTool.GetRawBytes(BitConverter.GetBytes(_count), false)));
 }