예제 #1
0
 public static long LongMemberFromBytes(byte[] data, int wt, ref int offset, ref int ncount)
 {
     if (wt != 0)
     {
         throw new ArgumentException("long member from bytes error, type error!!!");
     }
     return(ProtoUtil.LongFromBytes(data, ref offset, ref ncount));
 }