Ejemplo n.º 1
0
 public void AddFunctionForList(Declaration dec)
 {
     if (dec.type == ExpressionType.LISTSTRUCT)
     {
         this.functionForListList.Add(dec.GetAddNDelFunction());
     }
 }