单项选择题

分析下列代码片段的执行结果()
int a=1;int b=a++;b+=2;Console.WriteLine{b};

A.4
B.3
C.2
D.1