System.CompatibilityExtensions.GetIsGenericType C# (CSharp) Метод

GetIsGenericType() публичный статический Метод

public static GetIsGenericType ( this type ) : bool
type this
Результат bool
        public static bool GetIsGenericType(this Type type)
        {
            return type.IsGenericType;
        }