单项选择题

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)