RowListField<TForeign>.Clone method
Clones the specified value.
protected override List<TForeign>? Clone(List<TForeign>? value)
| parameter | description |
|---|---|
| value | The value. |
Return Value
A clone of the value.
See Also
- class RowListField<TForeign>
Clones the specified value.
protected override List<TForeign>? Clone(List<TForeign>? value)
| parameter | description |
|---|---|
| value | The value. |
A clone of the value.