TypeExtensions
NexusLabs.Needlr¶
NexusLabs.Needlr¶
TypeExtensions Class¶
Extension methods for System.Type to provide additional type inspection capabilities.
Inheritance System.Object 🡒 TypeExtensions
Methods¶
TypeExtensions.IsStatic(this Type) Method¶
Determines whether the specified type is a static class.
Parameters¶
type System.Type
The type to check.
Returns¶
System.Boolean
True if the type is static (abstract and sealed); otherwise, false.