单项选择题

创建一个委托,求两个数的最大值,下面实现正确的是()

A.public delegate string GetMax(int a)
B.public delegate string GetMax(int a,int b)
C.public delegate int GetMax(int a,int b)
D.public delegate int GetMax()