A method that edits a value.
public void EditValue(ref object value)
parameter | description |
---|---|
value | The value to edit. |
A method that edits a value.
public void EditValue<T>(ref T value)
parameter | description |
---|---|
value | The value to edit of type T. |