Share via


CoverageDSPriv.LinesDataTable.Clone Method

Returns an exact clone of this data table. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Overrides Function Clone As DataTable
public override DataTable Clone()
public:
virtual DataTable^ Clone() override
abstract Clone : unit -> DataTable 
override Clone : unit -> DataTable 
public override function Clone() : DataTable

Return Value

Type: System.Data.DataTable
An exact clone of this data table.

.NET Framework Security

See Also

Reference

CoverageDSPriv.LinesDataTable Class

Microsoft.VisualStudio.Coverage.Analysis Namespace