InterviewSolution
| 1. |
C#.Net Reserve Words |
|
Answer» virtual, class, abstract , as , base , byte , char , decimal ,int , sbyte , uint , ulong , UNCHECKED , unsafe , ushort , bool , BREAK , case , catch , finally , checked , const , continue , default , delegate , do , double , else , enum , event , explicit , EXTERN , false , fixed , float , for , foreach , goto , if , implicit , in , interface , internal , is , LOCK , long , namespace , new , null , object , operator , out , override , params , private , protected , public , readonly , ref , return , sealed , short , SIZEOF , stackalloc , static , string , struct , switch , while , this , throw , true , try , typeof , using , void , volatile |
|