GetPropertyInfoRenamedFrom
GetPropertyInfoRenamedFrom(Type, string, Type)
public static PropertyInfo GetPropertyInfoRenamedFrom(Type type, string propertyName, Type propertyType) ;
説明
リネームされたPropertyInfoを取得する。
パラメーター
パラメーター名 | 説明 |
---|---|
type | 型 |
propertyName | プロパティ名 |
propertyType | プロパティの型 |
戻り値
取得するPropertyInfo。無かった場合はnullを返す。