[]
Universal field setter
protected bool SetField<T>(ref T field, T value, string propertyName)
Protected Function SetField(Of T)(ByRef field As T, value As T, propertyName As String) As Boolean
| Type | Name | Description |
|---|---|---|
| T | field | |
| T | value | |
| string | propertyName |
| Type | Description |
|---|---|
| bool |
| Name | Description |
|---|---|
| T |