GetAutomaticProperty(FieldInfo)
Gets the PropertyInfo whose a given field is the backing field from the current type or base types.
Declaration
public static PropertyInfo GetAutomaticProperty(this FieldInfo field)Parameters
| Type | Name | Description |
|---|---|---|
| FieldInfo | field | A field. |
Returns
| Type | Description |
|---|---|
| PropertyInfo | The PropertyInfo representing the property whose |
GetAutomaticProperty(FieldInfo, bool)
Gets the PropertyInfo whose a given field is the backing field and specifies whether base types should be considered.
Declaration
public static PropertyInfo GetAutomaticProperty(this FieldInfo field, bool inherit)Parameters
| Type | Name | Description |
|---|---|---|
| FieldInfo | field | A field. |
| bool | inherit |
|
Returns
| Type | Description |
|---|---|
| PropertyInfo | The PropertyInfo representing the property whose |