GetPropertyInfo

public static PropertyInfo GetPropertyInfo(Type type, string propertyName) ;

PropertyInfoを取得する。

パラメーター名 説明
type
propertyName プロパティ名

取得するPropertyInfo。無かった場合はnullを返す。