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