예제 #1
0
 public static Action UnsafeAsyncDelegate(string content, params NamespaceConverter[] usings)
 {
     return(content == default ? null : RDelegateOperator <Action> .UnsafeAsyncDelegate(content, usings));
 }
예제 #2
0
파일: RFunc.cs 프로젝트: pangfd/Natasha
 public static Func <T> UnsafeDelegate(string content, params NamespaceConverter[] usings)
 {
     return(content == default ? null : RDelegateOperator <Func <T> > .UnsafeDelegate(content, usings));
 }