单项选择题

使用C#编程过程中,对循环语句写法正确的是哪项()

A.while(true){}
B.for(true){}
C.while(break)
D.for(false)