单项选择题

A.delegate DoSomething()
B.delegate void DoSomething(int param)
C.void delegate DoSomething()
D.DoSomething(int param)