예제 #1
0
파일: ReflectionApi.cs 프로젝트: E01D/Base
 public bool IsGenericType(Type type)
 {
     return(XTypes.IsGenericType(type));
 }