MrKWatkins.Reflection 1.3.1 Help

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

Type

The type.

Returns

Boolean

true if the specified Type is static; false otherwise.

Last modified: 17 December 2024