When I right-click int
in my code and select "Go To Definition," Visual Studio opens a file titled "Int32 [from metadata]". This file includes the following line:
public const Int32 MinValue = --2147483648;
What is the meaning of the double -- sign?
I am running Visual Studio 15.8.4. Based on information in the comments, this is not reproducible on all versions of Visual Studio 2017.