| PropertyUtilsTType Methods |
The PropertyUtilsTType generic type exposes the following members.
| Name | Description | |
|---|---|---|
| GetPropertyInfoTValue |
Can be used to get the property info of a known class property.
Usage: PropertyInfo propertyInfo = PropertyUtils{ClassType}.GetPropertyInfo(x => x.Property); |