I am 90% sure I saw this answer on stackoverflow before, in fact I had never seen the \"int?\" syntax before seeing it here, but no matter how I search I can\'t find the pre
int? is Nullable.
MSDN: Using Nullable Types (C# Programming Guide)