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