T
Thomas Lehmann
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
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