What statements can enclose a "continue" statement?
Answer Posted / stephen huang
while, do, for, or foreach
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
What is an example of a delegate?
How do I create a multi language, multi file assembly?
Is c# lazy thread safe?
What is an enumerator c#?
How many bytes is an int c#?
Why data types are important in c#?
What is datatable and dataset in c#?
How to force my .net app to run as administrator on windows 7?
What is the name of c# compiler?
What is difference between iqueryable and ienumerable in c#?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
Is it possible to inline assembly or il in c# code?
Where do we set the min and max pool size for connection pooling?
Where static variables are stored?
Why do we use stringbuilder in c#?