예제 #1
0
파일: Cache.cs 프로젝트: simple555a/CFGLib
 public static Cache <T> Create <T>(Func <T> build)
 {
     return(Cache <T> .Create(build));
 }