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