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

[DebuggerNonUserCodeAttribute]
public override DataTable Clone()
public:
[DebuggerNonUserCodeAttribute]
virtual DataTable^ Clone() override
[<DebuggerNonUserCodeAttribute>]
override Clone : unit -> DataTable
<DebuggerNonUserCodeAttribute>
Public Overrides Function Clone As DataTable

Return Value

Type: System.Data.DataTable

An exact clone of this data table.

See Also

CoverageDSPriv.LinesDataTable Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top