X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection.Emit%2FILGenerator.cs;h=ffea0a721a682c81812555e02f43ac486534d4b5;hb=4eb352bcb3ef7a71dc9ab62c5cd2d5e7598619f7;hp=6ca4b4398e2dc2ccf4c9a9e4311907959dbf3f0b;hpb=04d1b4116331e3813b8f75304f714a5d61ba1214;p=mono.git diff --git a/mcs/class/corlib/System.Reflection.Emit/ILGenerator.cs b/mcs/class/corlib/System.Reflection.Emit/ILGenerator.cs index 6ca4b4398e2..ffea0a721a6 100644 --- a/mcs/class/corlib/System.Reflection.Emit/ILGenerator.cs +++ b/mcs/class/corlib/System.Reflection.Emit/ILGenerator.cs @@ -784,7 +784,7 @@ namespace System.Reflection.Emit { emit_int (token_gen.GetToken (type)); } - [MonoTODO ("Do something about varargs method")] + [MonoTODO ("vararg methods are not supported")] public void EmitCall (OpCode opcode, MethodInfo methodinfo, Type[] optionalParamTypes) { if (methodinfo == null)