setValueOfField

Sets the given value to the filed with the given name

void
setValueOfField
(
T
U
string field
)
(
ref T t
,)

Parameters

t T

an instance of the type that has the field

value U

the value to set

Meta