Exemplo n.º 1
0
 public static TTarget From <TSource>(TSource value)
 {
     return(FunctionCache <TSource> .Function(value));
 }