Example #1
0
 public Action <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> UnsafeAsyncAction <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(string content, params NamespaceConverter[] usings)
 {
     Using(usings);
     return(content == default ? null : DelegateOperator <Action <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> > .UnsafeAsyncDelegate(content, AssemblyBuilder.Compiler.Domain, OptionAction, _methodAction, _usings.ToArray()));
 }
Example #2
0
 public T AsyncDelegate <T>(string content, params NamespaceConverter[] usings) where T : Delegate
 {
     Using(usings);
     return(content == default ? null : DelegateOperator <T> .AsyncDelegate(content, AssemblyBuilder.Compiler.Domain, OptionAction, _methodAction, _usings.ToArray()));
 }
Example #3
0
 public Action <T1, T2, T3> Action <T1, T2, T3>(string content, params NamespaceConverter[] usings)
 {
     Using(usings);
     return(content == default ? null : DelegateOperator <Action <T1, T2, T3> > .Delegate(content, AssemblyBuilder.Compiler.Domain, OptionAction, _methodAction, _usings.ToArray()));
 }
Example #4
0
 public Func <T1, T2> Func <T1, T2>(string content, params NamespaceConverter[] usings)
 {
     return(content == default ? null : DelegateOperator <Func <T1, T2> > .Delegate(content, AssemblyBuilder.Compiler.Domain, OptionAction, _methodAction, _oopAction, usings.ToArray()));
 }
Example #5
0
 public Action <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Action <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(string content, params NamespaceConverter[] usings)
 {
     return(content == default ? null : DelegateOperator <Action <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> > .Delegate(content, AssemblyBuilder.Compiler.Domain, OptionAction, _methodAction, _oopAction, usings.ToArray()));
 }
Example #6
0
 public Action <T> UnsafeAsyncAction <T>(string content, params NamespaceConverter[] usings)
 {
     return(content == default ? null : DelegateOperator <Action <T> > .UnsafeAsyncDelegate(content, AssemblyBuilder.Compiler.Domain, OptionAction, _methodAction, _oopAction, usings.ToArray()));
 }