public void MyGetInvocationList() { foreach (var d in action.MyGetInvocationList()) { var act = (MyAction)d; act.Invoke(); } }