Select from following answers:- Make the method public
- Use a method that returns a delegate to authorized callers
- Declare the private method as a lambda
- All Above
The method can see whether the caller is authorized and then return a delegate to the private method that can be invoked.
Show Correct Answer
Source: microsoft book (c#) | |
Alert Moderator