Exemplo n.º 1
0
 public static Action UnsafeDelegate(string content, params NamespaceConverter[] usings)
 {
     return(content == default ? null : NDelegateOperator <Action> .UnsafeDelegate(content, usings));
 }
Exemplo n.º 2
0
 public static T UnsafeDelegate <T>(this string instance, params NamespaceConverter[] types) where T : Delegate
 {
     return(NDelegateOperator <T> .UnsafeDelegate(instance, types));
 }