Esempio n. 1
0
 public static ImplementationOptions Of(IImplementationOptions options, IEnumerable <IHandlerDescriptor> descriptors)
 {
     return(new ImplementationOptions()
     {
         WorkDoneProgress = options.WorkDoneProgress,
     });
 }
Esempio n. 2
0
 public static ImplementationOptions Of(IImplementationOptions options)
 {
     return(new ImplementationOptions()
     {
         WorkDoneProgress = options.WorkDoneProgress,
     });
 }
 public static ImplementationOptions Of(IImplementationOptions options)
 {
     return(new ImplementationOptions());
 }