コード例 #1
0
 public static TTarget From <TSource>(TSource value)
 {
     return(FunctionCache <TSource> .Function(value));
 }