Possible duplicate:
curious C # syntax
So, I saw some code, and some of them use? after type, for example:
private Point? loc = null;
So what am I interested in, Point? different from the point (cannot put a question mark at the end of my sentence, or I will confuse you guys ...:]). The language I use is, by the way, C #.
source
share