• 2022-06-16
    假设一个委托类型定义如下public delegate int MyDelegate(string str);则该类型的委托对象可以委托的方法声明格式为( )。
    A: int MyMeth(int i);
    B: string MyMeth(string str);
    C: string MyMeth(int i);
    D: int MyMeth(string str);