Beispiel #1
0
 public static Action ApplyAction(this Action a, ApplyActionDelegate h)
 {
     return(() => h(a));
 }
		public static Action ApplyAction(this Action a, ApplyActionDelegate h)
		{
			return () => h(a);
		}