RowExtensions.Clone<TRow> method
Clones the specified row.
public static TRow Clone<TRow>(this TRow row)
where TRow : IRow
| parameter | description |
|---|---|
| TRow | The type of the row. |
| row | The row. |
Return Value
A clone of the row.
See Also
- interface IRow
- class RowExtensions