© 2026 Hedgehog Software, LLC
private bool IsStatic(Type type) { return type.IsAbstract && type.IsSealed; }
isStatic