ServiceStack.Host.MetadataTypeExtensions.IsAbstract C# (CSharp) Method

IsAbstract() public static method

public static IsAbstract ( this type ) : bool
type this
return bool
        public static bool IsAbstract(this MetadataType type) => 
            type.IsAbstract.GetValueOrDefault() || type.Name == typeof(AuthUserSession).Name;