Ejemplo n.º 1
0
 public static T BindDelegateAsPost <T>(this SynchronizationContext context, T del)
 {
     return(DelegateFactory.CreateAsPost(context, del));
 }