We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abd3b1 commit 5c7b24dCopy full SHA for 5c7b24d
TestStack.ConventionTests/ConventionData/TypeExtensions.cs
@@ -22,7 +22,7 @@ public static bool IsEnum(this Type type)
22
23
public static bool IsStatic(this Type type)
24
{
25
- return type.IsClass && !(type.IsSealed && type.IsAbstract);
+ return type.IsClass && type.IsSealed && type.IsAbstract;
26
}
27
28
public static bool IsCompilerGenerated(this Type type)
0 commit comments