예제 #1
0
 public static Type ResolveListDef(IListDef listDef)
 {
     return(typeof(List <>).MakeGenericType(listDef.ElementType.ResolveType()));
 }
예제 #2
0
 public static Type ResolveListDef(IListDef listDef)
 {
     return typeof(List<>).MakeGenericType(listDef.ElementType.ResolveType());
 }