GetFieldInfoRenamedFrom
GetFieldInfoRenamedFrom(Type, string, Type)
public static FieldInfo GetFieldInfoRenamedFrom(Type type, string fieldName, Type fieldType) ;
Description
Get the renamed FieldInfo.
Parameters
Parameter Name | Description |
---|---|
type | Type |
fieldName | Field name |
fieldType | Field type |
Returns
FieldInfo to get. If there is none, it returns null.