lenelex.com
Home
Quizzes
Games
Register
Log in
Question 1 of 14
Which of the following is a valid delegate definition?
A. public delegate Del(int);
B. public delegate Del(int x);
C. public void Del(int x);
D. public delegate void Del(int x);
Links:
Delegates
delegate