K
Kor
Hi,
Am I right that indexed properties are implemented in VB
..NET, but NOT in C#. It seems that for C# you have to wrap
the property in a separate class, for emulating index
properties.
In addition in VB .NET you can use indexed property, but
with only an integer as indexer. So, a string as indexer (as
in VB6) will not work here. Is that right ?
Some help would be nice.
Thanks.
K.
Am I right that indexed properties are implemented in VB
..NET, but NOT in C#. It seems that for C# you have to wrap
the property in a separate class, for emulating index
properties.
In addition in VB .NET you can use indexed property, but
with only an integer as indexer. So, a string as indexer (as
in VB6) will not work here. Is that right ?
Some help would be nice.
Thanks.
K.