GetFieldInfoRenamedFrom
GetFieldInfoRenamedFrom(Type, string, Type)
public static FieldInfo GetFieldInfoRenamedFrom(Type type, string fieldName, Type fieldType) ;
説明
リネームされたFieldInfoを取得する。
パラメーター
パラメーター名 | 説明 |
---|---|
type | 型 |
fieldName | フィールド名 |
fieldType | フィールドの型 |
戻り値
取得するFieldInfo。無かった場合はnullを返す。