[Mono-dev] [PATCH] Declare modules in VB runtime as modules
Rafael Mizrahi
rafim at mainsoft.com
Sun Aug 27 04:45:57 EDT 2006
Kornél,
Ok, I understood.
You changed 'Public Class' into 'Public Module', and therefore its members of are implicitly Shared.
Please commit. Thanks.
Rafael
-----Original Message-----
From: mono-devel-list-bounces at lists.ximian.com [mailto:mono-devel-list-bounces at lists.ximian.com] On Behalf Of Rafael Mizrahi
Sent: Sunday, August 27, 2006 11:34
To: Kornél Pál; mono-devel-list at lists.ximian.com
Subject: Re: [Mono-dev] [PATCH] Declare modules in VB runtime as modules
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
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list