1
Answer

public int?


Hi,
I came across this method, not sure what does ? do and why it is there.
thanks
Bob
 

public int? SubmitApportionmentValues( string program, int Year, int fiscalYear,

Dictionary<string, string> values )

Answers (1)