示例#1
0
 void Call <A0, A1, A2>(string method, A0 a0, A1 a1, A2 a2)
 {
     m_f.Notify(method, a0, a1, a2);
 }