Click or drag to resize
PropertyUtilsTType Methods

The PropertyUtilsTType generic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetPropertyInfoTValue
Can be used to get the property info of a known class property.

Usage:

PropertyInfo propertyInfo = PropertyUtils{ClassType}.GetPropertyInfo(x => x.Property);

Top
See Also