Example #1
0
 public byte[] Implement(IRShiftLeft ir)
 {
     return(BitConverter.GetBytes(count++));
 }
Example #2
0
 public byte[] Implement(IRShiftLeft ir)
 {
     throw new NotImplementedException();
 }