Beispiel #1
0
 public FunctionWriter(Function f, string name)
 {
     func = f;
     tobytes();
     id = f.getID();
 }