GetPropertyInfo

GetPropertyInfo(Type, string)

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

説明

PropertyInfoを取得する。

パラメーター

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

戻り値

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