> Hi,
>
[quoted text clipped - 12 lines]
>
> Can somebody help me?
C# doesn't support parameterized properties but VB.NET does -- that's
why it works in VB.NET.
In C#, you should be able to do exactly what the error says. The
methods won't show up with Intellisense, but if you type them in and
compile the code, it should work since they are real methods that you
should be able to see with ILDASM.

Signature
Patrick Steele
Microsoft .NET MVP
http://weblogs.asp.net/psteele
?zden Irmak - 23 Jan 2005 14:14 GMT
Hello Patrick,
I've figured out it was exactly like you said after a few minutes of my
post...
Thanks for the reply anyway...
Regards,
?zden
In article <OCIv1rv$EHA.1564@TK2MSFTNGP09.phx.gbl>, "?zden Irmak"
<ozdenirmak(at)isnet.net.tr> says...
> Hi,
>
[quoted text clipped - 16 lines]
>
> Can somebody help me?
C# doesn't support parameterized properties but VB.NET does -- that's
why it works in VB.NET.
In C#, you should be able to do exactly what the error says. The
methods won't show up with Intellisense, but if you type them in and
compile the code, it should work since they are real methods that you
should be able to see with ILDASM.

Signature
Patrick Steele
Microsoft .NET MVP
http://weblogs.asp.net/psteele