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