GenericType: IList<T>, List<int>
GenericTypeDifinition: IList<T>, IDictionary<key,Value>
IsConstructedGenericType
构造的泛型类型已为其所有泛型类型参数提供显式类型。 它也称为封闭式泛型类型。
IsConstructedGenericType GenericTypeDifinition GenericType
List<T> false true true
List<int> true false true
网友评论