Click or drag to resize
PropertyUtilsTType Class
Utility functions for property reflection.
Inheritance Hierarchy
SystemObject
  Slash.Reflection.UtilsPropertyUtilsTType

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static class PropertyUtils<TType>

Type Parameters

TType
Class type.

The PropertyUtilsTType 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