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