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