The correct syntax for defining a delefate is:

Skill/Topic: Advanced
A) delegate {MyMethod( int y) }
B) delegate void MyMethod(int y) ;
C) delegate: MyMethod (int y)

Showing Answers 1 - 2 of 2 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions