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