public void AddLocals(params Type[] types)
 {
     LocalTypes = LocalTypes.Concat(types).ToArray();
 }