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