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