[]
Gets the field value from its property name.
protected virtual void GetField<T>(ref T field, string propertyName = null)
Protected Overridable Sub GetField(Of T)(ByRef field As T, Optional propertyName As String = Nothing)
| Type | Name | Description |
|---|---|---|
| T | field | The backing field. |
| string | propertyName | The name of the property. |
| Name | Description |
|---|---|
| T | The type of the property. |