IsAutomaticProperty(PropertyInfo)
Determines whether a given property is an automatic property.
Declaration
public static bool IsAutomaticProperty(this PropertyInfo propertyInfo)Parameters
| Type | Name | Description |
|---|---|---|
| PropertyInfo | propertyInfo | A property. |
Returns
| Type | Description |
|---|---|
| bool |
|