Select from following answers:- restrict
- lock

- break
- execute
- All Above
'lock' is the C# keyword used to lock the code and restricts any other threads to access it.
This is mostly used in threads as it increases the reliability of the program.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator