コード例 #1
0
ファイル: ReflectionApi.cs プロジェクト: E01D/Base
 public bool IsAbstract(Type type)
 {
     return(XTypes.IsAbstract(type));
 }