Method GetMemberInfoFromPropertyPath
GetMemberInfoFromPropertyPath(Type, string, out Type)
Gets MemberInfo for a property by path.
Declaration
public static MemberInfo GetMemberInfoFromPropertyPath(Type host, string path, out Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | host | The declaring type. |
| string | path | The property path relative to the declaring type. See propertyPath. |
| Type | type | Assigned the Type of the property. |
Returns
| Type | Description |
|---|---|
| MemberInfo | Attributes and metadata about the member identified by |