System.CompatibilityExtensions.GetIsGenericTypeDefinition C# (CSharp) Méthode

GetIsGenericTypeDefinition() public static méthode

public static GetIsGenericTypeDefinition ( this type ) : bool
type this
Résultat bool
        public static bool GetIsGenericTypeDefinition(this Type type)
        {
            return type.IsGenericTypeDefinition;
        }