[Mono-bugs] Using snapshot of Feb-24-02

FC AI f_ai@hotmail.com
Mon, 25 Feb 2002 23:57:35 +0000


This is a multi-part message in MIME format.

------=_NextPart_000_1b01_581c_2574
Content-Type: text/plain; format=flowed


Hi again,

This is a problem regarding the parameters of an interface method.

Attached is the C# code to reproduce the problem.



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx

------=_NextPart_000_1b01_581c_2574
Content-Type: text/plain; name="Ref_Par.cs"; format=flowed
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="Ref_Par.cs"

namespace TestEnviroment
{
	/*
	 *	Description: When the signature for the parameter 'refrectangle' is been 
calculated
	 *	the rootcontext fails to obtain a System.Type for 
'System.Drawing.Rectangle&'.
	 *
	 *	There is no problem if p is of type 'ref System.Int32'
	 *	There is no problem if 'Container' is a 'class'
	 *	There is no problem if 'Container' is a 'struct'
	*/
	public interface Container
	{
		void Method1(ref System.Drawing.Rectangle p);
	}
}


------=_NextPart_000_1b01_581c_2574--