下面选项中声明委托正确的是()A.public delegate string TranslationDele...
A.public delegate string TranslationDelegate(string msg)
B.public string delegateTranslationDelegate(string msg)
C.public string TranslationDelegate(string msg)
D.public delegate TranslationDelegate(string msg)