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