I think it is documented somewhere in the ECMA CLI specification. I'm not sure, it's been a while. BTW, there is another type that also behaves like this: System.TypedReference.
Regards, Jeroen > > -----Original Message----- > From: Bogdan Lachendro [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2003 11:45 > To: [EMAIL PROTECTED] > > On 6/16/2003 11:39 AM, Jeroen Frijters wrote: > > > ArgIterator is a special type. It contains a pointer to the > stack, so it > > isn't allowed to escape the current method. Otherwise, you'd have a > > pointer pointing into the middle of nowhere. > > OK, I understand now, but where did you find out about this? There was > nothing in the .NET Framework documentation :( (Or I was > unable to find > it ;( > > Thanks ! > > Regards, > Bogdan >