Hi
oops,

The patch that I mentioned was about Functions, but i think that this
problem is seemed. I will try to fix this until next week...
Sorry about the mistake...

On 8/24/05, Jesse van den Kieboom <[EMAIL PROTECTED]> 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
> [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-vb
> 


-- 
Regards,
Maverson Eduardo
_______________________________________________
Mono-vb mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-vb

Reply via email to