M
MBSoftware
Someone can explain me the meanings of the ? operator applied to
declarations like that i found...
private Point? startPoint;
if i delete the ? the compiler gives me some errors but i don't understand
what's the use of ? in that declaration position...
help me please
declarations like that i found...
private Point? startPoint;
if i delete the ? the compiler gives me some errors but i don't understand
what's the use of ? in that declaration position...
help me please