Summary
Determines whether the specified
Type
is static.
- Namespace
- Cake
.Core - Containing Type
- TypeExtensions
Syntax
public static bool IsStatic(this Type type)
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type. |
Return Value
Type | Description |
---|---|
bool | Whether or not the specified type is static. |