I\'m trying to build a dynamic method using the ILGenerator like this
Type[] args = { typeof(int) }; DynamicMethod start = new DynamicMethod("test", nul