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