On Apr 27, 2:04*pm, Thomas Lehmann <tlehm...@iup.uni-heidelberg.de>
wrote:
> Dear all,
>
> I am debugging a very complicated C# program, based on .NET 2.0. The
> author was a real C# expert, which I am still not.
>
> I saw something strange and try to find out, if this is a bug or maybe a
> C# feature. It is part of a property:
>
> set
> * * * * {
> * * * * fData[iOffset + iIndex * + iStepSize] = value;
> * * * * }
>
> The part "* +" seems to be a bug for me, or does this exist?
>
> Thank you for your answers,
> Thomas
Hi,
Weird yes, illegal no, the "+" is doing nothing there. Why this
"expert" did it like that is anybody guess.
Maybe it's a bug anyways