I am new to C#, recently, I have noticed that Visual Studio generated the following line of code:
internal bool? variableName;
I tried to search on this forum and other sources on the meaning of the question mark, but couldn't seem to find anything. Could someone explain to me what does the ? represents.