[Mono-dev] [PATCH] Declare modules in VB runtime as modules

Rafael Mizrahi rafim at mainsoft.com
Sun Aug 27 04:34:16 EDT 2006


Kornél,
Why did you changed functions from "Public Shared Function" into "Public Function" ?

Rafael

-----Original Message-----
From: mono-devel-list-bounces at lists.ximian.com [mailto:mono-devel-list-bounces at lists.ximian.com] On Behalf Of Kornél Pál
Sent: Saturday, August 26, 2006 17:22
To: mono-devel-list at lists.ximian.com
Subject: [Mono-dev] [PATCH] Declare modules in VB runtime as modules

Hi,

Declaring modules as classes with StandardModule attribute was required when 
the VB runtime was implemented in C#. In VB they should be declared as 
modules.

The pach modifies modules to be declared as modules. Note that DoubleType is 
not a module.

Please review and approve the patch.

Kornél 



More information about the Mono-devel-list mailing list