Пример #1
0
 public static T BindDelegateAsSend <T>(this SynchronizationContext context, T del)
 {
     return(DelegateFactory.CreateAsSend(context, del));
 }