[]
Sets property.
protected virtual bool SetProperty<T>(ref T prop, T value, string propertyName = "")
| Type | Name | Description |
|---|---|---|
| T | prop | Reference to the property. |
| T | value | |
| string | propertyName | The property name. |
| Type | Description |
|---|---|
| bool |
| Name | Description |
|---|---|
| T | Property type. |