Select from following answers:- A #region block must be terminated with a #endregion directive.
- A #region block cannot overlap with a #if block. However, a #region block can be nested in a #if block, and a #if block can be nested in a #region block.
- Both A and B
- None of these.
- All Above
1st and 2nd points are true regarding #Region Block if a #region is created,then it must be terminated.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator