GenericType: IList<T>, List<int>
GenericTypeDifinition: IList<T>, IDictionary<key,Value>
IsConstructedGenericType
構(gòu)造的泛型類型已為其所有泛型類型參數(shù)提供顯式類型。 它也稱為封閉式泛型類型。
IsConstructedGenericType GenericTypeDifinition GenericType
List<T> false true true
List<int> true false true