Exemplo n.º 1
0
 public static Action UnsafeAsyncDelegate(string content, params NamespaceConverter[] usings)
 {
     return(content == default ? null : RDelegateOperator <Action> .UnsafeAsyncDelegate(content, usings));
 }
Exemplo n.º 2
0
 public static Func <T> UnsafeDelegate(string content, params NamespaceConverter[] usings)
 {
     return(content == default ? null : RDelegateOperator <Func <T> > .UnsafeDelegate(content, usings));
 }