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

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

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