public interface IConvertor2<F,T>
T
F2T(F f)
List<T>
FList2TList(List<F> FList)
F
T2F(T t)
List<F>
TList2FList(List<T> TList)
F T2F(T t)
T F2T(F f)
List<F> TList2FList(List<T> TList)
List<T> FList2TList(List<F> FList)
Copyright © 2022. All rights reserved.