TypeExtensions.IsStatic Method
Definition
Returns true if the specified Type is static; false otherwise.
public static bool IsStatic(this Type type);
Parameters
Name | Type | Description |
|---|---|---|
type | The type. |
Returns
true if the specified Type is static; false otherwise.
Last modified: 17 December 2024