Ejemplo n.º 1
0
 public void Add(string methodName, params SyncType[] argTypes)
 {
     methods.Add(Sync.Method(null, methodName, argTypes));
 }