PropertyInfoExtensions.IsStatic Method
Definition
Returns true if the specified PropertyInfo represents a static property; false otherwise.
public static bool IsStatic(this PropertyInfo property);
Parameters
Name | Type | Description |
|---|---|---|
property | The property |
Returns
true if property represents a static property; false otherwise.
Last modified: 17 December 2024