~sandy-dunlop/wildcatcobol/dev

« back to all changes in this revision

Viewing changes to src/Wildcat.Cobol.Compiler/ILGenerator/Invoke.cs

  • Committer: Sandy Dunlop
  • Date: 2007-10-17 20:13:08 UTC
  • Revision ID: sandy.dunlop@gmail.com-20071017201308-id3wug3026vti7ms
Bug fix for reading of assembly public key strings

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
                        Type[] types = new Type[sourceTypes.Count];
162
162
                        for(int i =0;i<sourceTypes.Count;i++)
163
163
                        {
164
 
                                types[i]=sourceTypes[i];
 
164
                                types[i]=sourceTypes[i];
 
165
                                //Console.WriteLine("Type: "+types[i]);
165
166
                        }
166
167
                        MethodInfo mi = type.GetMethod(theMethod,types);
167
168
                        if (mi==null)