'Declaration Public Shared Function GetPropertyDescriptorValue(Of T)( _ ByVal propertyDescriptor As PropertyDescriptor, _ ByVal item As Object _ ) As T
public static T GetPropertyDescriptorValue<T>( PropertyDescriptor propertyDescriptor, object item )
Parameters
- propertyDescriptor
- The property descriptor.
- item
- The item.
Type Parameters
- T