i want to divide byte array into 3 parts in C#..
my array has foll values-->
0000000000 65535 f
0000000014 00000 n
0000000074 00000 n
each entry is 20 bytes long.i want to store it in struct variable
myStruct[i].offset , myStruct[i].genno , myStruct[i].flag
where offset , genno, flag is not an array its an ulong , ulong, char type ..i have array of struct.