GetPropertyInfo
public static PropertyInfo GetPropertyInfo(Type type, string propertyName) ;
Get PropertyInfo.
Parameter Name | Description |
---|---|
type | Type |
propertyName | Property name |
PropertyInfo to get. If there is none, it returns null.
Get PropertyInfo.
Parameter Name | Description |
---|---|
type | Type |
propertyName | Property name |
PropertyInfo to get. If there is none, it returns null.