| PropertyUtilsTType Class |
Utility functions for property reflection.
Inheritance Hierarchy
Namespace: Slash.Reflection.UtilsAssembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax public static class PropertyUtils<TType>
Public NotInheritable Class PropertyUtils(Of TType)
generic<typename TType>
public ref class PropertyUtils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type PropertyUtils<'TType> = class end
Type Parameters
- TType
- Class type.
The PropertyUtilsTType type exposes the following members.
Methods
| 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); |
TopSee Also