GetPropertyInfoRenamedFrom
GetPropertyInfoRenamedFrom(Type, string, Type)
public static PropertyInfo GetPropertyInfoRenamedFrom(Type type, string propertyName, Type propertyType) ;
Description
Get the renamed PropertyInfo.
Parameters
Parameter Name | Description |
---|---|
type | Type |
propertyName | Property name |
propertyType | Property type |
Returns
PropertyInfo to get. If there is none, it returns null.