[]
Sets the property descriptor value.
public static void SetPropertyDescriptorValue<T>(PropertyDescriptor propertyDescriptor, object item, T value)
Type | Name | Description |
---|---|---|
PropertyDescriptor | propertyDescriptor | The property descriptor. |
object | item | The item. |
T | value | The value. |
Name | Description |
---|---|
T |
For internal use only.