[mono-vb] Properties

Maverson Eduardo maverson at gmail.com
Wed Aug 24 08:16:53 EDT 2005


Hi, 
This happens because a variable created by mbas compiler, but it will
be fixed soon...
I submitted a patch to the Rafael 'monoman' and in few days it will be
commited

On 8/24/05, Jesse van den Kieboom <jesse at icecrew.nl> wrote:
> Hi,
> 
> I've declared some properties like:
> 
> Public Property SubCommand()
>         Get
>                 SubCommand = fSubCmd
>         End Get
>         Set
>                 fSubCmd = value
>         End Set
> End Property
> 
> The compiler gives me warnings:
> The variable 'SubCommand' is assigned but its value is never
> used(BC0219). Why is this? I don't think I'm doing anything wrong here
> and I don't think this should be a warning...
> 
> 
> Regard,
> 
> 
> Jesse van den Kieboom
> 
> _______________________________________________
> Mono-vb mailing list
> Mono-vb at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-vb
> 


-- 
Regard,
Maverson Eduardo
Computer Science - Federal University of Paraná - Brazil


More information about the Mono-vb mailing list